| allocated_bytes | gaia::cnt::darr_ext< T, N, Allocator > | static |
| back() noexcept | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| back() const noexcept | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| begin() noexcept | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| begin() const noexcept | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| capacity() const noexcept | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| cbegin() const noexcept | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| cend() const noexcept | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| clear() noexcept | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| const_iterator typedef | gaia::cnt::darr_ext< T, N, Allocator > | |
| const_pointer typedef | gaia::cnt::darr_ext< T, N, Allocator > | |
| const_reference typedef | gaia::cnt::darr_ext< T, N, Allocator > | |
| crbegin() const noexcept | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| crend() const noexcept | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| darr_ext() noexcept=default (defined in gaia::cnt::darr_ext< T, N, Allocator >) | gaia::cnt::darr_ext< T, N, Allocator > | |
| darr_ext(core::zero_t) noexcept | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| darr_ext(size_type count, const_reference value) | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| darr_ext(size_type count) | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| darr_ext(InputIt first, InputIt last) | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| darr_ext(std::initializer_list< T > il) | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| darr_ext(const darr_ext &other) | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| darr_ext(darr_ext &&other) noexcept | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| data() noexcept | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| data() const noexcept | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| difference_type typedef | gaia::cnt::darr_ext< T, N, Allocator > | |
| emplace_back(Args &&... args) | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| empty() const noexcept | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| end() noexcept | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| end() const noexcept | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| erase(iterator pos) noexcept | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| erase(iterator first, iterator last) noexcept | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| extent | gaia::cnt::darr_ext< T, N, Allocator > | static |
| front() noexcept | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| front() const noexcept | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| insert(iterator pos, const T &arg) | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| insert(iterator pos, T &&arg) | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| iterator typedef | gaia::cnt::darr_ext< T, N, Allocator > | |
| iterator_category typedef | gaia::cnt::darr_ext< T, N, Allocator > | |
| max_size() const noexcept | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| operator!=(const darr_ext &other) const noexcept | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| operator=(std::initializer_list< T > il) | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| operator=(const darr_ext &other) | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| operator=(darr_ext &&other) noexcept | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| operator==(const darr_ext &other) const noexcept | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| operator[](size_type pos) noexcept | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| operator[](size_type pos) const noexcept | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| pointer typedef | gaia::cnt::darr_ext< T, N, Allocator > | |
| pop_back() noexcept | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| push_back(const T &arg) | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| push_back(T &&arg) | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| rbegin() noexcept | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| rbegin() const noexcept | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| reference typedef | gaia::cnt::darr_ext< T, N, Allocator > | |
| rend() noexcept | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| rend() const noexcept | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| reserve(size_type cap) | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| resize(size_type count) | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| resize(size_type count, const_reference value) | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| retain(Func &&func) noexcept | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| shrink_to_fit() | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| size() const noexcept | gaia::cnt::darr_ext< T, N, Allocator > | inline |
| size_type typedef | gaia::cnt::darr_ext< T, N, Allocator > | |
| value_size | gaia::cnt::darr_ext< T, N, Allocator > | static |
| value_type typedef | gaia::cnt::darr_ext< T, N, Allocator > | |
| view_policy typedef | gaia::cnt::darr_ext< T, N, Allocator > | |
| ~darr_ext() (defined in gaia::cnt::darr_ext< T, N, Allocator >) | gaia::cnt::darr_ext< T, N, Allocator > | inline |