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