| back() const | gaia::core::span< T, Extent > | inline |
| begin() noexcept | gaia::core::span< T, Extent > | inline |
| begin() const noexcept | gaia::core::span< T, Extent > | inline |
| cbegin() const noexcept | gaia::core::span< T, Extent > | inline |
| cend() const noexcept | gaia::core::span< T, Extent > | inline |
| const_iterator typedef | gaia::core::span< T, Extent > | |
| const_pointer typedef | gaia::core::span< T, Extent > | |
| const_reference typedef | gaia::core::span< T, Extent > | |
| data() const noexcept | gaia::core::span< T, Extent > | inline |
| difference_type typedef | gaia::core::span< T, Extent > | |
| element_kind typedef | gaia::core::span< T, Extent > | |
| empty() const noexcept | gaia::core::span< T, Extent > | inline |
| end() noexcept | gaia::core::span< T, Extent > | inline |
| end() const noexcept | gaia::core::span< T, Extent > | inline |
| extent | gaia::core::span< T, Extent > | static |
| first() const | gaia::core::span< T, Extent > | inline |
| first(size_type count) const | gaia::core::span< T, Extent > | inline |
| front() const | gaia::core::span< T, Extent > | inline |
| iterator typedef | gaia::core::span< T, Extent > | |
| iterator_type typedef | gaia::core::span< T, Extent > | |
| last() const | gaia::core::span< T, Extent > | inline |
| last(size_type count) const | gaia::core::span< T, Extent > | inline |
| operator=(const span &) noexcept=default (defined in gaia::core::span< T, Extent >) | gaia::core::span< T, Extent > | |
| operator[](size_type index) const | gaia::core::span< T, Extent > | inline |
| pointer typedef | gaia::core::span< T, Extent > | |
| reference typedef | gaia::core::span< T, Extent > | |
| size() const noexcept | gaia::core::span< T, Extent > | inline |
| size_type typedef | gaia::core::span< T, Extent > | |
| span() noexcept | gaia::core::span< T, Extent > | inline |
| span(pointer ptr, size_type count) | gaia::core::span< T, Extent > | inline |
| span(pointer begin, pointer end) | gaia::core::span< T, Extent > | inline |
| span(element_kind(&arr)[N]) noexcept | gaia::core::span< T, Extent > | inline |
| span(Container &cont) | gaia::core::span< T, Extent > | inline |
| span(const Container &cont) | gaia::core::span< T, Extent > | inline |
| span(const span &) noexcept=default (defined in gaia::core::span< T, Extent >) | gaia::core::span< T, Extent > | |
| span(const span< T2, Extent2 > &other) noexcept | gaia::core::span< T, Extent > | inline |
| subspan() const | gaia::core::span< T, Extent > | inline |
| subspan(size_type offset, size_type count=DynamicSpanExtent) const | gaia::core::span< T, Extent > | inline |
| subspan_return_t typedef | gaia::core::span< T, Extent > | |
| value_type typedef | gaia::core::span< T, Extent > | |
| ~span() noexcept=default (defined in gaia::core::span< T, Extent >) | gaia::core::span< T, Extent > | |