Searched defs:compare_first (Results 1 – 2 of 2) sorted by relevance
105 struct compare_first struct107 template < typename P > bool operator()(const P& x, const P& y) in operator ()()
183 template < typename Less > struct compare_first struct185 Less less;186 compare_first(Less less = Less()) : less(less) {} in compare_first() function188 bool operator()(const Tuple& a, const Tuple& b) const in operator ()()