Definition at line 188 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] |
This type represents a pointer-to-value_type.
Reimplemented from std::iterator< std::random_access_iterator_tag, bool >.
Definition at line 191 of file stl_bvector.h.
This type represents a reference-to-value_type.
Reimplemented from std::iterator< std::random_access_iterator_tag, bool >.
Definition at line 190 of file stl_bvector.h.
typedef bool std::iterator< std::random_access_iterator_tag , bool , ptrdiff_t , bool * , bool & >::value_type [inherited] |