#include <boost/config.hpp>#include <boost/range/iterator_range_core.hpp>#include <boost/range/value_type.hpp>#include <boost/range/iterator.hpp>#include <boost/iterator/counting_iterator.hpp>
Namespaces | |
| boost | |
| Duration formatting facet for input. | |
Functions | |
| template<class Value > | |
| iterator_range < counting_iterator< Value > > | boost::counting_range (Value first, Value last) |
| template<class Range > | |
| iterator_range < counting_iterator < BOOST_DEDUCED_TYPENAME range_iterator< const Range > ::type > > | boost::counting_range (const Range &rng) |
| template<class Range > | |
| iterator_range < counting_iterator < BOOST_DEDUCED_TYPENAME range_iterator< Range >::type > > | boost::counting_range (Range &rng) |