| at(size_type i) const | Dune::Std::span< Element, Extent > | inline |
| back() const | Dune::Std::span< Element, Extent > | inline |
| begin() const noexcept | Dune::Std::span< Element, Extent > | inline |
| cbegin() const noexcept | Dune::Std::span< Element, Extent > | inline |
| cend() const noexcept | Dune::Std::span< Element, Extent > | inline |
| const_iterator typedef | Dune::Std::span< Element, Extent > | |
| const_reference typedef | Dune::Std::span< Element, Extent > | |
| const_reverse_iterator typedef | Dune::Std::span< Element, Extent > | |
| crbegin() const noexcept | Dune::Std::span< Element, Extent > | inline |
| crend() const noexcept | Dune::Std::span< Element, Extent > | inline |
| data() const noexcept | Dune::Std::span< Element, Extent > | inline |
| difference_type typedef | Dune::Std::span< Element, Extent > | |
| element_type typedef | Dune::Std::span< Element, Extent > | |
| empty() const noexcept | Dune::Std::span< Element, Extent > | inline |
| end() const noexcept | Dune::Std::span< Element, Extent > | inline |
| extent | Dune::Std::span< Element, Extent > | static |
| first() const | Dune::Std::span< Element, Extent > | inline |
| first(size_type count) const | Dune::Std::span< Element, Extent > | inline |
| front() const | Dune::Std::span< Element, Extent > | inline |
| iterator typedef | Dune::Std::span< Element, Extent > | |
| last() const | Dune::Std::span< Element, Extent > | inline |
| last(size_type count) const | Dune::Std::span< Element, Extent > | inline |
| operator=(const span &other) noexcept=default | Dune::Std::span< Element, Extent > | |
| operator[](size_type i) const | Dune::Std::span< Element, Extent > | inline |
| pointer typedef | Dune::Std::span< Element, Extent > | |
| rbegin() const noexcept | Dune::Std::span< Element, Extent > | inline |
| reference typedef | Dune::Std::span< Element, Extent > | |
| rend() const noexcept | Dune::Std::span< Element, Extent > | inline |
| reverse_iterator typedef | Dune::Std::span< Element, Extent > | |
| size_bytes() const noexcept | Dune::Std::span< Element, Extent > | inline |
| size_type typedef | Dune::Std::span< Element, Extent > | |
| span() noexcept | Dune::Std::span< Element, Extent > | inline |
| span(Iter first, size_type size) | Dune::Std::span< Element, Extent > | inline |
| span(Iter first, Iter last) | Dune::Std::span< Element, Extent > | inline |
| span(Range &range) | Dune::Std::span< Element, Extent > | inline |
| span(Impl::TypeIdentity_t< element_type >(&data)[N]) noexcept | Dune::Std::span< Element, Extent > | inline |
| span(std::array< T, N > &arr) noexcept | Dune::Std::span< Element, Extent > | inline |
| span(const std::array< T, N > &arr) noexcept | Dune::Std::span< Element, Extent > | inline |
| span(std::initializer_list< value_type > il) | Dune::Std::span< Element, Extent > | inline |
| span(const span &other) noexcept=default | Dune::Std::span< Element, Extent > | |
| span(const span< OtherElementType, OtherExtent > &s) noexcept | Dune::Std::span< Element, Extent > | inline |
| subspan() const | Dune::Std::span< Element, Extent > | inline |
| subspan(size_type offset, size_type count=Std::dynamic_extent) const | Dune::Std::span< Element, Extent > | inline |
| value_type typedef | Dune::Std::span< Element, Extent > | |