Searched defs:AnyGt (Results 1 – 1 of 1) sorted by relevance
221 struct AnyGt { struct223 bool operator()(const A& a, const B& b) const { return a > b; } in operator()