Searched defs:_Select1st (Results 1 – 2 of 2) sorted by relevance
542 struct _Select1st : public unary_function<_Pair, struct546 operator()(_Pair& __x) const in operator()550 operator()(const _Pair& __x) const in operator()
485 struct _Select1st : public unary_function<_Pair, typename _Pair::first_type> { struct486 typename _Pair::first_type& operator()(_Pair& __x) const { in operator()489 const typename _Pair::first_type& operator()(const _Pair& __x) const { in operator()