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