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