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