| back() const | core_type::Span< T, Extent > | inline |
| begin() const noexcept | core_type::Span< T, Extent > | inline |
| cbegin() const noexcept | core_type::Span< T, Extent > | inline |
| cend() const noexcept | core_type::Span< T, Extent > | inline |
| const_iterator typedef | core_type::Span< T, Extent > | |
| const_pointer typedef | core_type::Span< T, Extent > | |
| const_reference typedef | core_type::Span< T, Extent > | |
| const_reverse_iterator typedef | core_type::Span< T, Extent > | |
| crbegin() const noexcept | core_type::Span< T, Extent > | inline |
| crend() const noexcept | core_type::Span< T, Extent > | inline |
| data() const noexcept | core_type::Span< T, Extent > | inline |
| difference_type typedef | core_type::Span< T, Extent > | |
| element_type typedef | core_type::Span< T, Extent > | |
| empty() const noexcept | core_type::Span< T, Extent > | inline |
| end() const noexcept | core_type::Span< T, Extent > | inline |
| extent | core_type::Span< T, Extent > | static |
| first() const | core_type::Span< T, Extent > | inline |
| first(size_type count) const | core_type::Span< T, Extent > | inline |
| front() const | core_type::Span< T, Extent > | inline |
| iterator typedef | core_type::Span< T, Extent > | |
| last() const | core_type::Span< T, Extent > | inline |
| last(size_type count) const | core_type::Span< T, Extent > | inline |
| operator=(const Span &other) noexcept=default | core_type::Span< T, Extent > | |
| operator[](size_type idx) const | core_type::Span< T, Extent > | inline |
| pointer typedef | core_type::Span< T, Extent > | |
| rbegin() const noexcept | core_type::Span< T, Extent > | inline |
| reference typedef | core_type::Span< T, Extent > | |
| rend() const noexcept | core_type::Span< T, Extent > | inline |
| reverse_iterator typedef | core_type::Span< T, Extent > | |
| size() const noexcept | core_type::Span< T, Extent > | inline |
| size_bytes() const noexcept | core_type::Span< T, Extent > | inline |
| size_type typedef | core_type::Span< T, Extent > | |
| Span() noexcept | core_type::Span< T, Extent > | inline |
| Span(pointer ptr, size_type count) | core_type::Span< T, Extent > | inline |
| Span(pointer first_elem, pointer last_elem) | core_type::Span< T, Extent > | inline |
| Span(element_type(&arr)[N]) noexcept | core_type::Span< T, Extent > | inlineexplicit |
| Span(std::array< U, N > &arr) noexcept | core_type::Span< T, Extent > | inlineexplicit |
| Span(const std::array< U, N > &arr) noexcept | core_type::Span< T, Extent > | inlineexplicit |
| Span(Container &cont) noexcept | core_type::Span< T, Extent > | inlineexplicit |
| Span(const Container &cont) noexcept | core_type::Span< T, Extent > | inlineexplicit |
| Span(const Span &) noexcept=default | core_type::Span< T, Extent > | |
| Span(const Span< U, N > &other_span) noexcept | core_type::Span< T, Extent > | inlineexplicit |
| storage_ | core_type::Span< T, Extent > | private |
| subspan() const noexcept -> Span< element_type, Count !=dynamic_extent ? Count :(Extent !=dynamic_extent ? Extent - Offset :dynamic_extent)> | core_type::Span< T, Extent > | inline |
| subspan(size_type offset, size_type count=dynamic_extent) const | core_type::Span< T, Extent > | inline |
| value_type typedef | core_type::Span< T, Extent > | |
| ~Span() noexcept=default | core_type::Span< T, Extent > | |