Searched defs:IntCompare (Results 1 – 1 of 1) sorted by relevance
31 struct IntCompare { struct32 bool operator()(const int &lhs, const int &rhs) const { return lhs > rhs; } in operator()