Home
last modified time | relevance | path

Searched defs:_Select1st (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_function.h542 struct _Select1st : public unary_function<_Pair, struct
546 operator()(_Pair& __x) const in operator()
550 operator()(const _Pair& __x) const in operator()
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_function.h485 struct _Select1st : public unary_function<_Pair, typename _Pair::first_type> { struct
486 typename _Pair::first_type& operator()(_Pair& __x) const { in operator()
489 const typename _Pair::first_type& operator()(const _Pair& __x) const { in operator()