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