Searched defs:is_odd (Results 1 – 9 of 9) sorted by relevance
21 struct is_odd struct31 return (std::partition_point(std::begin(ia), std::end(ia), is_odd()) == ia+3) in test_constexpr() argument
24 struct is_odd struct36 std::begin(r1), std::begin(r2), is_odd()); in test_constexpr() argument
24 struct is_odd { struct32 return std::is_partitioned(std::begin(ia), std::end(ia), is_odd()) in test_constexpr() argument
24 struct is_odd struct 36 Iter r = std::partition(Iter(ia), Iter(ia + sa), is_odd()); in test() argument [all...]
107 auto is_odd = [](int x) { return x % 2 != 0; }; in test_iterators_2() local154 auto is_odd = [](int x) { return x % 2 != 0; }; in test() local
26 struct is_odd struct 28 operator ()is_odd operator ()() argument
125 auto is_odd = [](int x) { return x % 2 != 0; }; in test_iterators_2() local182 auto is_odd = [](OrderedValue x) { return x.value % 2 != 0; }; in test() local
121 auto is_odd = [](int x) { return x % 2 != 0; }; in test_iterators_2() local
164 auto is_odd = [](int x) { return x % 2 != 0; }; in test_iterators_in_sent_out1_out2() local