Searched defs:AnyLe (Results 1 – 2 of 2) sorted by relevance
205 struct AnyLe { struct207 bool operator()(const A& a, const B& b) const { in operator()
225 struct AnyLe { struct227 bool operator()(const A& a, const B& b) const { return a <= b; } in operator()