#include <range_c.hpp>
Public Types | |
typedef aux::half_open_range_tag | tag |
typedef T | value_type |
typedef range_c | type |
typedef integral_c< T, Start > | start |
typedef integral_c< T, Finish > | finish |
typedef r_iter< start > | begin |
typedef r_iter< finish > | end |
typedef r_iter<start> boost::mpl::range_c< T, Start, Finish >::begin |
typedef r_iter<finish> boost::mpl::range_c< T, Start, Finish >::end |
typedef integral_c<T,Finish> boost::mpl::range_c< T, Start, Finish >::finish |
typedef integral_c<T,Start> boost::mpl::range_c< T, Start, Finish >::start |
typedef aux::half_open_range_tag boost::mpl::range_c< T, Start, Finish >::tag |
typedef range_c boost::mpl::range_c< T, Start, Finish >::type |
typedef T boost::mpl::range_c< T, Start, Finish >::value_type |