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