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