Home
last modified time | relevance | path

Searched defs:_Select1st (Results 1 – 1 of 1) sorted by relevance

/haiku/headers/cpp/
H A Dstl_function.h335 struct _Select1st : public unary_function<_Pair, typename _Pair::first_type> { struct
349 template <class _Pair> struct select1st : public _Select1st<_Pair> {}; argument