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