| back() const | precice::span< ElementType, Extent > | inline |
| begin() const noexcept | precice::span< ElementType, Extent > | inline |
| const_pointer typedef | precice::span< ElementType, Extent > | |
| const_reference typedef | precice::span< ElementType, Extent > | |
| data() const noexcept | precice::span< ElementType, Extent > | inline |
| difference_type typedef | precice::span< ElementType, Extent > | |
| element_type typedef | precice::span< ElementType, Extent > | |
| empty() const noexcept | precice::span< ElementType, Extent > | inline |
| end() const noexcept | precice::span< ElementType, Extent > | inline |
| extent | precice::span< ElementType, Extent > | static |
| first() const | precice::span< ElementType, Extent > | inline |
| first(size_type count) const | precice::span< ElementType, Extent > | inline |
| front() const | precice::span< ElementType, Extent > | inline |
| iterator typedef | precice::span< ElementType, Extent > | |
| last() const | precice::span< ElementType, Extent > | inline |
| last(size_type count) const | precice::span< ElementType, Extent > | inline |
| operator=(const span &other) noexcept=default | precice::span< ElementType, Extent > | |
| operator[](size_type idx) const | precice::span< ElementType, Extent > | inline |
| pointer typedef | precice::span< ElementType, Extent > | |
| rbegin() const noexcept | precice::span< ElementType, Extent > | inline |
| reference typedef | precice::span< ElementType, Extent > | |
| rend() const noexcept | precice::span< ElementType, Extent > | inline |
| reverse_iterator typedef | precice::span< ElementType, Extent > | |
| size() const noexcept | precice::span< ElementType, Extent > | inline |
| size_bytes() const noexcept | precice::span< ElementType, Extent > | inline |
| size_type typedef | precice::span< ElementType, Extent > | |
| span() noexcept | precice::span< ElementType, Extent > | inline |
| span(pointer ptr, size_type count) | precice::span< ElementType, Extent > | inline |
| span(pointer first_elem, pointer last_elem) | precice::span< ElementType, Extent > | inline |
| span(element_type(&arr)[N]) noexcept | precice::span< ElementType, Extent > | inline |
| span(std::array< T, N > &arr) noexcept | precice::span< ElementType, Extent > | inline |
| span(const std::array< T, N > &arr) noexcept | precice::span< ElementType, Extent > | inline |
| span(Container &cont) | precice::span< ElementType, Extent > | inline |
| span(const Container &cont) | precice::span< ElementType, Extent > | inline |
| span(const span &other) noexcept=default | precice::span< ElementType, Extent > | |
| span(const span< OtherElementType, OtherExtent > &other) noexcept | precice::span< ElementType, Extent > | inline |
| span(T cstring) | precice::span< ElementType, Extent > | inline |
| storage_ | precice::span< ElementType, Extent > | private |
| storage_type typedef | precice::span< ElementType, Extent > | private |
| subspan() const | precice::span< ElementType, Extent > | inline |
| subspan(size_type offset, size_type count=dynamic_extent) const | precice::span< ElementType, Extent > | inline |
| subspan_return_t typedef | precice::span< ElementType, Extent > | |
| value_type typedef | precice::span< ElementType, Extent > | |
| ~span() noexcept=default | precice::span< ElementType, Extent > | |