Searched defs:OrderByFirst (Results 1 – 1 of 1) sorted by relevance
22 struct OrderByFirst { struct24 bool operator()(const T& p1, const T& p2) const { in operator()