This is the complete list of members for xt::uvector< T, A >, including all inherited members.
| allocator_type typedef (defined in xt::uvector< T, A >) | xt::uvector< T, A > | |
| at(size_type i) (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| at(size_type i) const (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| back() (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| back() const (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| begin() noexcept (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| begin() const noexcept (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| capacity() const noexcept (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| cbegin() const noexcept (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| cend() const noexcept (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| clear() (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| const_iterator typedef (defined in xt::uvector< T, A >) | xt::uvector< T, A > | |
| const_pointer typedef (defined in xt::uvector< T, A >) | xt::uvector< T, A > | |
| const_reference typedef (defined in xt::uvector< T, A >) | xt::uvector< T, A > | |
| const_reverse_iterator typedef (defined in xt::uvector< T, A >) | xt::uvector< T, A > | |
| crbegin() const noexcept (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| crend() const noexcept (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| data() noexcept (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| data() const noexcept (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| difference_type typedef (defined in xt::uvector< T, A >) | xt::uvector< T, A > | |
| empty() const noexcept (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| end() noexcept (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| end() const noexcept (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| front() (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| front() const (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| get_allocator() const noexcept (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| iterator typedef (defined in xt::uvector< T, A >) | xt::uvector< T, A > | |
| max_size() const noexcept (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| operator=(const uvector &) (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| operator=(uvector &&rhs) noexcept (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| operator[](size_type i) (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| operator[](size_type i) const (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| pointer typedef (defined in xt::uvector< T, A >) | xt::uvector< T, A > | |
| rbegin() noexcept (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| rbegin() const noexcept (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| reference typedef (defined in xt::uvector< T, A >) | xt::uvector< T, A > | |
| rend() noexcept (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| rend() const noexcept (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| reserve(size_type new_cap) (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| resize(size_type size) (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| reverse_iterator typedef (defined in xt::uvector< T, A >) | xt::uvector< T, A > | |
| shrink_to_fit() (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| size() const noexcept (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| size_type typedef (defined in xt::uvector< T, A >) | xt::uvector< T, A > | |
| swap(uvector &rhs) noexcept (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| uvector() noexcept (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| uvector(const allocator_type &alloc) noexcept (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inlineexplicit |
| uvector(size_type count, const allocator_type &alloc=allocator_type()) (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inlineexplicit |
| uvector(size_type count, const_reference value, const allocator_type &alloc=allocator_type()) (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| uvector(InputIt first, InputIt last, const allocator_type &alloc=allocator_type()) (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| uvector(std::initializer_list< T > init, const allocator_type &alloc=allocator_type()) (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| uvector(const uvector &rhs) (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| uvector(const uvector &rhs, const allocator_type &alloc) (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| uvector(uvector &&rhs) noexcept (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| uvector(uvector &&rhs, const allocator_type &alloc) noexcept (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |
| value_type typedef (defined in xt::uvector< T, A >) | xt::uvector< T, A > | |
| ~uvector() (defined in xt::uvector< T, A >) | xt::uvector< T, A > | inline |