26 return p1.first < p2.first;
38 return p1.first > p2.first;
A comparator functor that supports sorting std::pair by their first component.
bool operator()(Pair const &p1, Pair const &p2) const
A comparator functor that supports sorting std::pair by their first component.
bool operator()(Pair const &p1, Pair const &p2) const