Home
last modified time | relevance | path

Searched refs:identity_element (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/c++/stlport/stl/
H A D_function.h95 template <class _Tp> inline _Tp identity_element(plus<_Tp>) { return _Tp(0); } in identity_element() function
96 template <class _Tp> inline _Tp identity_element(multiplies<_Tp>) { return _Tp(1); } in identity_element() function
/reactos/sdk/lib/3rdparty/stlport/etc/
H A DChangeLog-5.17764 …y_element() (extension name), _numeric.h : this one used instead of identity_element() (Thanks Haf…