| BaseType typedef (defined in VectorImpl< T, VectorType >) | VectorImpl< T, VectorType > | |
| CompositeType typedef (defined in VectorImpl< T, VectorType >) | VectorImpl< T, VectorType > | |
| const_iterator typedef (defined in VectorImpl< T, VectorType >) | VectorImpl< T, VectorType > | |
| destructive_resize(const size_t new_size) noexcept | VectorImpl< T, VectorType > | inline |
| difference_type typedef (defined in VectorImpl< T, VectorType >) | VectorImpl< T, VectorType > | |
| ElementType typedef (defined in VectorImpl< T, VectorType >) | VectorImpl< T, VectorType > | |
| is_owning() const noexcept | VectorImpl< T, VectorType > | inline |
| iterator typedef (defined in VectorImpl< T, VectorType >) | VectorImpl< T, VectorType > | |
| operator*() const noexcept | VectorImpl< T, VectorType > | inline |
| operator*() noexcept | VectorImpl< T, VectorType > | inline |
| operator=(const T &rhs) noexcept (defined in VectorImpl< T, VectorType >) | VectorImpl< T, VectorType > | |
| owned_data_ (defined in VectorImpl< T, VectorType >) | VectorImpl< T, VectorType > | protected |
| owning_ (defined in VectorImpl< T, VectorType >) | VectorImpl< T, VectorType > | protected |
| pup(PUP::er &p) noexcept | VectorImpl< T, VectorType > | |
| reset_pointer_vector(const size_t set_size) noexcept (defined in VectorImpl< T, VectorType >) | VectorImpl< T, VectorType > | inlineprotected |
| set_data_ref(gsl::not_null< VectorType * > rhs) noexcept | VectorImpl< T, VectorType > | inline |
| set_data_ref(T *const start, const size_t set_size) noexcept | VectorImpl< T, VectorType > | inline |
| size_type typedef (defined in VectorImpl< T, VectorType >) | VectorImpl< T, VectorType > | |
| transpose_flag (defined in VectorImpl< T, VectorType >) | VectorImpl< T, VectorType > | static |
| TransposeType typedef (defined in VectorImpl< T, VectorType >) | VectorImpl< T, VectorType > | |
| value_type typedef (defined in VectorImpl< T, VectorType >) | VectorImpl< T, VectorType > | |
| VectorImpl(size_t set_size) noexcept | VectorImpl< T, VectorType > | inlineexplicit |
| VectorImpl(size_t set_size, T value) noexcept | VectorImpl< T, VectorType > | inline |
| VectorImpl(T *start, size_t set_size) noexcept | VectorImpl< T, VectorType > | inline |
| VectorImpl(std::initializer_list< U > list) noexcept | VectorImpl< T, VectorType > | inline |
| VectorImpl()=default | VectorImpl< T, VectorType > | |
| VectorImpl(const VectorImpl< T, VectorType > &rhs) noexcept (defined in VectorImpl< T, VectorType >) | VectorImpl< T, VectorType > | |
| VectorImpl(VectorImpl< T, VectorType > &&rhs) noexcept (defined in VectorImpl< T, VectorType >) | VectorImpl< T, VectorType > | |