Defines the data types for a const iterator. More...
#include <details.hpp>
Public Types | |
typedef Traits::value_type | value_type |
typedef Traits::const_pointer | pointer |
typedef Traits::const_reference | reference |
typedef Traits::size_type | size_type |
typedef Traits::difference_type | difference_type |
typedef nonconst_traits< Traits > | nonconst_self |
Defines the data types for a const iterator.
typedef Traits::difference_type boost::cb_details::const_traits< Traits >::difference_type |
typedef nonconst_traits<Traits> boost::cb_details::const_traits< Traits >::nonconst_self |
typedef Traits::const_pointer boost::cb_details::const_traits< Traits >::pointer |
typedef Traits::const_reference boost::cb_details::const_traits< Traits >::reference |
typedef Traits::size_type boost::cb_details::const_traits< Traits >::size_type |
typedef Traits::value_type boost::cb_details::const_traits< Traits >::value_type |