Searched defs:IsEvenFunctor (Results 1 – 4 of 4) sorted by relevance
2087 struct IsEvenFunctor { struct2088 bool operator()(int n) { return IsEven(n); } in operator ()()
2109 struct IsEvenFunctor { struct2110 bool operator()(int n) { return IsEven(n); } in operator ()()
2254 struct IsEvenFunctor { struct2255 bool operator()(int n) { return IsEven(n); } in operator ()()