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