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