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