span< Type > Member List

This is the complete list of members for span< Type >, including all inherited members.

back() constspan< Type >inline
begin() const noexceptspan< Type >inline
cdata_bytes() const noexceptspan< Type >inline
const_pointer typedefspan< Type >
const_reference typedefspan< Type >
data() const noexceptspan< Type >inline
data_bytes() const noexceptspan< Type >inline
difference_type typedefspan< Type >
element_type typedefspan< Type >
empty() const noexceptspan< Type >inline
end() const noexceptspan< Type >inline
first(size_type count) const noexceptspan< Type >inline
front() constspan< Type >inline
iterator typedefspan< Type >
last(size_type count) const noexceptspan< Type >inline
operator=(const span &other) noexcept=defaultspan< Type >
operator[](size_type idx) constspan< Type >inline
pointer typedefspan< Type >
reference typedefspan< Type >
size() const noexceptspan< Type >inline
size_bytes() const noexceptspan< Type >inline
size_type typedefspan< Type >
span(const span &other) noexcept=defaultspan< Type >
span() noexceptspan< Type >inline
span(pointer ptr, size_type count) noexceptspan< Type >inline
span(pointer first, pointer last) noexceptspan< Type >inline
subspan(size_type pos) const noexceptspan< Type >inline
subspan(size_type pos, size_type len) const noexceptspan< Type >inline
value_type typedefspan< Type >
~span() noexcept=defaultspan< Type >