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