Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/libstdc++-v3/include/backward/
H A Dfunction.h106 using __gnu_cxx::identity_element;
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/backward/
H A Dfunction.h106 using __gnu_cxx::identity_element;
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/ext/
H A Dnumeric69 #include <ext/functional> // For identity_element
81 return identity_element(__monoid_op);
H A Dfunctional77 /** The @c identity_element functions are not part of the C++ standard; SGI
87 template <class _Tp> inline _Tp identity_element(std::plus<_Tp>) {
91 template <class _Tp> inline _Tp identity_element(std::multiplies<_Tp>) {
H A Dstl_rope.h341 identity_element(_Rope_Concat_fn<_CharT, _Alloc>) in identity_element() function
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dnumeric69 #include <ext/functional> // For identity_element
80 return identity_element(__monoid_op);
H A Dfunctional78 /** The @c identity_element functions are not part of the C++
90 identity_element(std::plus<_Tp>)
96 identity_element(std::multiplies<_Tp>)
H A Drope434 identity_element(_Rope_Concat_fn<_CharT, _Alloc>)
/openbsd-src/gnu/lib/libstdc++/libstdc++/
H A DChangeLog7030 * include/bits/stl_function.h (identity_element, unary_compose,