Definition at line 205 of file stl_bvector.h.
typedef bool std::Bit_const_iterator::reference |
This type represents a reference-to-value_type.
Reimplemented from std::iterator< random_access_iterator_tag, bool >.
Definition at line 207 of file stl_bvector.h.
typedef const bool* std::Bit_const_iterator::pointer |
This type represents a pointer-to-value_type.
Reimplemented from std::iterator< random_access_iterator_tag, bool >.
Definition at line 209 of file stl_bvector.h.
typedef random_access_iterator_tag std::iterator< random_access_iterator_tag , bool , ptrdiff_t , bool * , bool & >::iterator_category [inherited] |
typedef bool std::iterator< random_access_iterator_tag , bool , ptrdiff_t , bool * , bool & >::value_type [inherited] |
typedef ptrdiff_t std::iterator< random_access_iterator_tag , bool , ptrdiff_t , bool * , bool & >::difference_type [inherited] |
Distance between iterators is represented as this type.
Definition at line 111 of file stl_iterator_base_types.h.