Definition at line 110 of file stl_bvector.h.
typedef ptrdiff_t std::iterator< std::random_access_iterator_tag , bool , ptrdiff_t , bool * , bool & >::difference_type [inherited] |
Distance between iterators is represented as this type.
Definition at line 113 of file stl_iterator_base_types.h.
typedef std::random_access_iterator_tag std::iterator< std::random_access_iterator_tag , bool , ptrdiff_t , bool * , bool & >::iterator_category [inherited] |
typedef bool * std::iterator< std::random_access_iterator_tag , bool , ptrdiff_t , bool * , bool & >::pointer [inherited] |
This type represents a pointer-to-value_type.
Reimplemented in std::_Bit_iterator, and std::_Bit_const_iterator.
Definition at line 115 of file stl_iterator_base_types.h.
typedef bool & std::iterator< std::random_access_iterator_tag , bool , ptrdiff_t , bool * , bool & >::reference [inherited] |
This type represents a reference-to-value_type.
Reimplemented in std::_Bit_iterator, and std::_Bit_const_iterator.
Definition at line 117 of file stl_iterator_base_types.h.
typedef bool std::iterator< std::random_access_iterator_tag , bool , ptrdiff_t , bool * , bool & >::value_type [inherited] |