Searched defs:IsEvenFunctor (Results 1 – 1 of 1) sorted by relevance
2118 struct IsEvenFunctor { struct2119 bool operator()(int n) { return IsEven(n); } in operator ()()