Searched defs:counting_iterator (Results 1 – 4 of 4) sorted by relevance
150 class counting_iterator class164 counting_iterator() { } in counting_iterator() function in boost::iterators::counting_iterator166 counting_iterator(counting_iterator const& rhs) : super_t(rhs.base()) {} in counting_iterator() function in boost::iterators::counting_iterator168 counting_iterator(Incrementable x) in counting_iterator() function in boost::iterators::counting_iterator
128 .. |counting_iterator| replace:: ``counting_iterator`` substdef129 .. _counting_iterator: counting_iterator.html target
82 class counting_iterator : public detail::counting_iterator_base<T>::type class89 counting_iterator(const T &init) in counting_iterator() function in boost::compute::counting_iterator94 counting_iterator(const counting_iterator<T> &other) in counting_iterator() function in boost::compute::counting_iterator