Searched refs:first_type (Results 1 – 2 of 2) sorted by relevance
38 typedef _T1 first_type; typedef
335 struct _Select1st : public unary_function<_Pair, typename _Pair::first_type> {336 const typename _Pair::first_type& operator()(const _Pair& __x) const { in operator()