Home
last modified time | relevance | path

Searched defs:counting_iterator (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/iterator/
Dcounting_iterator.hpp150 class counting_iterator class
164 counting_iterator() { } in counting_iterator() function in boost::iterators::counting_iterator
166 counting_iterator(counting_iterator const& rhs) : super_t(rhs.base()) {} in counting_iterator() function in boost::iterators::counting_iterator
168 counting_iterator(Incrementable x) in counting_iterator() function in boost::iterators::counting_iterator
/third_party/boost/libs/iterator/doc/
Diterator_adaptor_tutorial.rst128 .. |counting_iterator| replace:: ``counting_iterator`` substdef
129 .. _counting_iterator: counting_iterator.html target
/third_party/boost/libs/compute/include/boost/compute/iterator/
Dcounting_iterator.hpp82 class counting_iterator : public detail::counting_iterator_base<T>::type class
89 counting_iterator(const T &init) in counting_iterator() function in boost::compute::counting_iterator
94 counting_iterator(const counting_iterator<T> &other) in counting_iterator() function in boost::compute::counting_iterator
/third_party/boost/boost/compute/iterator/
Dcounting_iterator.hpp82 class counting_iterator : public detail::counting_iterator_base<T>::type class
89 counting_iterator(const T &init) in counting_iterator() function in boost::compute::counting_iterator
94 counting_iterator(const counting_iterator<T> &other) in counting_iterator() function in boost::compute::counting_iterator