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