Searched refs:integer_iterator (Results 1 – 3 of 3) sorted by relevance
34 class integer_iterator class36 integer_iterator<Integer>,44 integer_iterator<Integer>,56 integer_iterator() : m_value() {} in integer_iterator() function in boost::range_detail::integer_iterator57 explicit integer_iterator(value_type x) : m_value(x) {} in integer_iterator() function in boost::range_detail::integer_iterator75 difference_type distance_to(const integer_iterator& other) const in distance_to()84 bool equal(const integer_iterator& other) const in equal()181 : public iterator_range< range_detail::integer_iterator<Integer> >183 typedef range_detail::integer_iterator<Integer> iterator_t;
21 struct integer_iterator { struct28 explicit integer_iterator(I value) : value(value) {} in integer_iterator() function38 integer_iterator& operator++() {43 integer_iterator operator++(int) {49 bool operator==(const integer_iterator& other) const { argument68 bool operator!=(const integer_iterator& other) const {85 using iterator = detail::integer_iterator<I, one_sided>;
12 iterator_range< range_detail::integer_iterator<Integer> >16 iterator_range< range_detail::integer_iterator<Integer> >