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 |
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 |
empty() const noexcept | Dune::Std::span< Element, Extent > | inline |
end() const noexcept | Dune::Std::span< Element, Extent > | inline |
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 |
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 |
rbegin() const noexcept | Dune::Std::span< Element, Extent > | inline |
rend() const noexcept | Dune::Std::span< Element, Extent > | inline |
size_bytes() const noexcept | Dune::Std::span< Element, Extent > | inline |
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 |