Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
irange.hpp File Reference
Include dependency graph for irange.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::range_detail::integer_iterator< Integer >
 
class  boost::range_detail::integer_iterator_with_step< Integer >
 
class  boost::integer_range< Integer >
 
class  boost::strided_integer_range< Integer >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::range_detail
 

Functions

template<typename Integer >
integer_range< Integer > boost::irange (Integer first, Integer last)
 
template<typename Integer , typename StepSize >
strided_integer_range< Integer > boost::irange (Integer first, Integer last, StepSize step_size)