Searched defs:SumIsEven3Functor (Results 1 – 1 of 1) sorted by relevance
2168 struct SumIsEven3Functor { struct2169 bool operator()(int n1, int n2, int n3) { in operator ()()