Searched defs:less_first (Results 1 – 1 of 1) sorted by relevance
327 struct less_first { struct328 template <typename T> bool operator()(const T &lhs, const T &rhs) const { in operator()