Searched defs:AnyLt (Results 1 – 2 of 2) sorted by relevance
185 struct AnyLt { struct187 bool operator()(const A& a, const B& b) const { return a < b; } in operator()
217 struct AnyLt { struct219 bool operator()(const A& a, const B& b) const { return a < b; } in operator()