Searched defs:IsEvenFunctor (Results 1 – 2 of 2) sorted by relevance
2254 struct IsEvenFunctor { struct2255 bool operator()(int n) { return IsEven(n); } in operator ()()
2186 struct IsEvenFunctor { struct2187 bool operator()(int n) { return IsEven(n); } in operator ()()