Public Types | |
typedef BlockVectorType::BlockType | Vector |
typedef BlockVectorType | BlockVector |
typedef BlockVector::value_type | value_type |
typedef Vector::reference | dereference_type |
Declaration of a specialized template of a structure which is used to determine some types based on the template arguments of other classes.
This is for the use of non-const iterators.
typedef BlockVectorType::BlockType internal::BlockVectorIterators::Types< BlockVectorType, false >::Vector |
Type of the vector underlying the block vector used in non-const iterators. There, the vector must not be constant.
typedef BlockVectorType internal::BlockVectorIterators::Types< BlockVectorType, false >::BlockVector |
Type of the block vector used in non-const iterators. There, the block vector must not be constant.
typedef BlockVector::value_type internal::BlockVectorIterators::Types< BlockVectorType, false >::value_type |
Type of the numbers we point to. Here, they are not constant.
typedef Vector::reference internal::BlockVectorIterators::Types< BlockVectorType, false >::dereference_type |
Typedef the result of a dereferencing operation for an iterator of the underlying iterator.