Searched defs:AnyEq (Results 1 – 2 of 2) sorted by relevance
177 struct AnyEq { struct179 bool operator()(const A& a, const B& b) const { return a == b; } in operator()
209 struct AnyEq { struct211 bool operator()(const A& a, const B& b) const { return a == b; } in operator()