Home
last modified time | relevance | path

Searched refs:_Select2nd (Results 1 – 1 of 1) sorted by relevance

/haiku/headers/cpp/
H A Dstl_function.h342 struct _Select2nd : public unary_function<_Pair, typename _Pair::second_type> struct
350 template <class _Pair> struct select2nd : public _Select2nd<_Pair> {}; argument