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