Searched defs:is_odd (Results 1 – 5 of 5) sorted by relevance
21 struct is_odd struct32 is_odd())); in main() argument
24 struct is_odd struct38 output_iterator<int*>(r1), r2, is_odd()); in main() argument
21 struct is_odd struct32 is_odd()) == forward_iterator<const int*>(ia)); in main() argument
26 struct is_odd struct38 Iter r = std::partition(Iter(ia), Iter(ia + sa), is_odd()); in test() argument
26 struct is_odd struct28 bool operator()(const int& i) const {return i & 1;} in operator ()()