Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
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