Searched defs:select1st (Results 1 – 2 of 2) sorted by relevance
116 struct select1st : public unary_function<_Pair, typename _Pair::first_type> { struct117 const typename _Pair::first_type& operator()(const _Pair& __x) const { in operator()
324 template <class _Pair> struct select1st : public _STLP_PRIV _Select1st<_Pair> {}; struct