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