Searched defs:SumIsEven3Functor (Results 1 – 1 of 1) sorted by relevance
2229 struct SumIsEven3Functor { struct2230 bool operator()(int n1, int n2, int n3) { return IsEven(n1 + n2 + n3); } in operator ()()