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