Definition at line 264 of file stl_bvector.h.
typedef bool std::Bit_const_iterator::reference |
This type represents a reference-to-value_type.
Reimplemented from std::iterator< Category, Type, Distance, Pointer, Reference >.
Definition at line 266 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< Category, Type, Distance, Pointer, Reference >.
Definition at line 268 of file stl_bvector.h.
typedef Category std::iterator< Category, Type, Distance, Pointer, Reference >::iterator_category [inherited] |
typedef Type std::iterator< Category, Type, Distance, Pointer, Reference >::value_type [inherited] |
The type "pointed to" by the iterator.
Reimplemented in __gnu_cxx::sequence_buffer< Sequence, Buf_sz >.
Definition at line 109 of file stl_iterator_base_types.h.
typedef Distance std::iterator< Category, Type, Distance, Pointer, Reference >::difference_type [inherited] |
Distance between iterators is represented as this type.
Reimplemented in std::reverse_iterator< Iterator >.
Definition at line 111 of file stl_iterator_base_types.h.