Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
counting_range.hpp File Reference
Include dependency graph for counting_range.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)