Searched refs:second_type (Results 1 – 2 of 2) sorted by relevance
39 typedef _T2 second_type; typedef
342 struct _Select2nd : public unary_function<_Pair, typename _Pair::second_type>344 const typename _Pair::second_type& operator()(const _Pair& __x) const { in operator()