back() const | gul14::span< ElementType, Extent > | inline |
begin() const noexcept | gul14::span< ElementType, Extent > | inline |
begin(span s) noexcept | gul14::span< ElementType, Extent > | friend |
cbegin() const noexcept | gul14::span< ElementType, Extent > | inline |
cend() const noexcept | gul14::span< ElementType, Extent > | inline |
const_iterator typedef | gul14::span< ElementType, Extent > | |
const_pointer typedef | gul14::span< ElementType, Extent > | |
const_reverse_iterator typedef | gul14::span< ElementType, Extent > | |
crbegin() const noexcept | gul14::span< ElementType, Extent > | inline |
crend() const noexcept | gul14::span< ElementType, Extent > | inline |
data() const noexcept | gul14::span< ElementType, Extent > | inline |
difference_type typedef | gul14::span< ElementType, Extent > | |
element_type typedef | gul14::span< ElementType, Extent > | |
empty() const noexcept | gul14::span< ElementType, Extent > | inline |
end() const noexcept | gul14::span< ElementType, Extent > | inline |
end(span s) noexcept | gul14::span< ElementType, Extent > | friend |
extent | gul14::span< ElementType, Extent > | static |
first() const | gul14::span< ElementType, Extent > | inline |
first(index_type count) const | gul14::span< ElementType, Extent > | inline |
front() const | gul14::span< ElementType, Extent > | inline |
index_type typedef | gul14::span< ElementType, Extent > | |
iterator typedef | gul14::span< ElementType, Extent > | |
last() const | gul14::span< ElementType, Extent > | inline |
last(index_type count) const | gul14::span< ElementType, Extent > | inline |
operator=(const span &other) noexcept=default | gul14::span< ElementType, Extent > | |
operator[](index_type idx) const | gul14::span< ElementType, Extent > | inline |
pointer typedef | gul14::span< ElementType, Extent > | |
rbegin() const noexcept | gul14::span< ElementType, Extent > | inline |
reference typedef | gul14::span< ElementType, Extent > | |
rend() const noexcept | gul14::span< ElementType, Extent > | inline |
reverse_iterator typedef | gul14::span< ElementType, Extent > | |
size() const noexcept | gul14::span< ElementType, Extent > | inline |
size_bytes() const noexcept | gul14::span< ElementType, Extent > | inline |
span() noexcept | gul14::span< ElementType, Extent > | inline |
span(pointer ptr, index_type count) | gul14::span< ElementType, Extent > | inline |
span(pointer first_elem, pointer last_elem) | gul14::span< ElementType, Extent > | inline |
span(element_type(&arr)[N]) noexcept | gul14::span< ElementType, Extent > | inline |
span(std::array< value_type, N > &arr) noexcept | gul14::span< ElementType, Extent > | inline |
span(const std::array< value_type, N > &arr) noexcept | gul14::span< ElementType, Extent > | inline |
span(Container &cont) | gul14::span< ElementType, Extent > | inline |
span(const Container &cont) | gul14::span< ElementType, Extent > | inline |
span(const span &other) noexcept=default | gul14::span< ElementType, Extent > | |
span(const span< OtherElementType, OtherExtent > &other) noexcept | gul14::span< ElementType, Extent > | inline |
subspan() const | gul14::span< ElementType, Extent > | inline |
subspan(index_type offset, index_type count=dynamic_extent) const | gul14::span< ElementType, Extent > | inline |
subspan_return_t typedef | gul14::span< ElementType, Extent > | |
value_type typedef | gul14::span< ElementType, Extent > | |
~span() noexcept=default | gul14::span< ElementType, Extent > | |