HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
span< T, Extent > Member List

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

at(size_type idx) const span< T, Extent >inline
back() const noexceptspan< T, Extent >inline
begin() const noexceptspan< T, Extent >inline
cbegin() const noexceptspan< T, Extent >inline
cend() const noexceptspan< T, Extent >inline
const_iterator typedefspan< T, Extent >
const_reverse_iterator typedefspan< T, Extent >
crbegin() const noexceptspan< T, Extent >inline
crend() const noexceptspan< T, Extent >inline
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
extentspan< T, Extent >static
first() const span< T, Extent >inline
first(size_type count) const span< T, Extent >inline
front() const noexceptspan< T, Extent >inline
iterator typedefspan< T, Extent >
last() const span< T, Extent >inline
last(size_type count) const span< T, Extent >inline
operator()(size_type idx) const span< T, Extent >inline
operator=(const span &copy)span< T, Extent >inline
operator[](size_type idx) const span< 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(const span< U, N > &copy) noexceptspan< T, Extent >inline
span(const span &copy) noexcept=defaultspan< T, Extent >
span(pointer data, size_type size) noexceptspan< T, Extent >inline
span(pointer b, pointer e) noexceptspan< T, Extent >inline
span(T &data)span< T, Extent >inline
span(T(&data)[N])span< T, Extent >inline
span(std::vector< T, Allocator > &v)span< T, Extent >inline
span(const std::vector< value_type, Allocator > &v)span< T, Extent >inline
span(std::array< value_type, N > &arr)span< T, Extent >inline
span(const std::array< value_type, N > &arr)span< T, Extent >inline
span(std::initializer_list< T > il)span< T, Extent >inline
subspan() const span< T, Extent >inline
subspan(size_type offset, size_type count=dynamic_extent) const span< T, Extent >inline
value_type typedefspan< T, Extent >