Home
last modified time | relevance | path

Searched defs:int_iterator (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/pending/detail/
Dint_iterator.hpp25 class int_iterator class
35 inline int_iterator() : _i(0) { } in int_iterator() function in boost::iterators::int_iterator
36 inline int_iterator(IntT i) : _i(i) { } in int_iterator() function in boost::iterators::int_iterator
37 inline int_iterator(const self& x) : _i(x._i) { } in int_iterator() function in boost::iterators::int_iterator
/third_party/boost/libs/range/test/
Dalgorithm.cpp354 typedef ::boost::counting_iterator<int> int_iterator; in simple_compile_test() typedef