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