VCCC  2024.05
VisualCamp Common C++ library
span< T, Extent > Member List

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

at(size_type pos) constspan< T, Extent >inline
back() constspan< T, Extent >inline
begin() const noexceptspan< T, Extent >inline
const_pointer typedefspan< T, Extent >
const_reference typedefspan< T, Extent >
data() const noexceptspan< T, Extent >inline
difference_type typedefspan< T, Extent >
element_type typedefspan< T, Extent >
empty() const noexceptspan< T, Extent >inline
end() const noexceptspan< T, Extent >inline
first() constspan< T, Extent >inline
first(size_type Count) constspan< T, Extent >inline
front() constspan< T, Extent >inline
iterator typedefspan< T, Extent >
last() constspan< T, Extent >inline
last(size_type Count) constspan< T, Extent >inline
operator[](size_type idx) constspan< T, Extent >inline
pointer typedefspan< T, Extent >
rbegin() const noexceptspan< T, Extent >inline
reference typedefspan< T, Extent >
rend() const noexceptspan< T, Extent >inline
reverse_iterator typedefspan< T, Extent >
size() const noexceptspan< T, Extent >inline
size_bytes() const noexceptspan< T, Extent >inline
size_type typedefspan< T, Extent >
span() noexceptspan< T, Extent >inline
span(It first, size_type size)span< T, Extent >inline
span(It first, size_type size)span< T, Extent >inlineexplicit
span(It first, End last)span< T, Extent >inline
span(It first, End last)span< T, Extent >inlineexplicit
span(type_identity_t< element_type >(&arr)[N]) noexceptspan< T, Extent >inline
span(std::array< U, N > &arr) noexceptspan< T, Extent >inline
span(const std::array< U, N > &arr) noexceptspan< T, Extent >inline
span(R &&range)span< T, Extent >inline
span(R &&range)span< T, Extent >inlineexplicit
span(std::initializer_list< value_type > il) noexceptspan< T, Extent >inline
span(std::initializer_list< value_type > il) noexceptspan< T, Extent >inlineexplicit
span(const span< U, N > &source) noexceptspan< T, Extent >inline
span(const span< U, N > &source) noexceptspan< T, Extent >inlineexplicit
span(const span &other) noexcept=defaultspan< T, Extent >
subspan() constspan< T, Extent >inline
subspan(size_type Offset, size_type Count) constspan< T, Extent >inline
value_type typedefspan< T, Extent >