Definition at line 109 of file stl_bvector.h.
typedef ptrdiff_t 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 iterator_category [inherited] |
typedef bool * pointer [inherited] |
This type represents a pointer-to-value_type.
Reimplemented in _Bit_iterator, and _Bit_const_iterator.
Definition at line 115 of file stl_iterator_base_types.h.
typedef bool & reference [inherited] |
This type represents a reference-to-value_type.
Reimplemented in _Bit_iterator, and _Bit_const_iterator.
Definition at line 117 of file stl_iterator_base_types.h.
typedef bool value_type [inherited] |