Searched refs:identity_element (Results 1 – 2 of 2) sorted by relevance
95 template <class _Tp> inline _Tp identity_element(plus<_Tp>) { return _Tp(0); } in identity_element() function96 template <class _Tp> inline _Tp identity_element(multiplies<_Tp>) { return _Tp(1); } in identity_element() function
7764 …y_element() (extension name), _numeric.h : this one used instead of identity_element() (Thanks Haf…