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