Searched defs:IsEvenFunctor (Results 1 – 5 of 5) 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 ()()
2116 struct IsEvenFunctor { struct2117 bool operator()(int n) { return IsEven(n); } in operator ()()