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

/external/stlport/stlport/stl/
H A D_function.h94 // identity_element (not part of the C++ standard).
95 template <class _Tp> inline _Tp identity_element(plus<_Tp>) { return _Tp(0); } function
96 template <class _Tp> inline _Tp identity_element(multiplies<_Tp>) { return _Tp(1); } function

Completed in 63 milliseconds