General Utility Library for C++14  2.11
gul14::span< ElementType, Extent > Member List

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

back() constgul14::span< ElementType, Extent >inline
begin() const noexceptgul14::span< ElementType, Extent >inline
begin(span s) noexceptgul14::span< ElementType, Extent >friend
cbegin() const noexceptgul14::span< ElementType, Extent >inline
cend() const noexceptgul14::span< ElementType, Extent >inline
const_iterator typedefgul14::span< ElementType, Extent >
const_pointer typedefgul14::span< ElementType, Extent >
const_reverse_iterator typedefgul14::span< ElementType, Extent >
crbegin() const noexceptgul14::span< ElementType, Extent >inline
crend() const noexceptgul14::span< ElementType, Extent >inline
data() const noexceptgul14::span< ElementType, Extent >inline
difference_type typedefgul14::span< ElementType, Extent >
element_type typedefgul14::span< ElementType, Extent >
empty() const noexceptgul14::span< ElementType, Extent >inline
end() const noexceptgul14::span< ElementType, Extent >inline
end(span s) noexceptgul14::span< ElementType, Extent >friend
extentgul14::span< ElementType, Extent >static
first() constgul14::span< ElementType, Extent >inline
first(index_type count) constgul14::span< ElementType, Extent >inline
front() constgul14::span< ElementType, Extent >inline
index_type typedefgul14::span< ElementType, Extent >
iterator typedefgul14::span< ElementType, Extent >
last() constgul14::span< ElementType, Extent >inline
last(index_type count) constgul14::span< ElementType, Extent >inline
operator=(const span &other) noexcept=defaultgul14::span< ElementType, Extent >
operator[](index_type idx) constgul14::span< ElementType, Extent >inline
pointer typedefgul14::span< ElementType, Extent >
rbegin() const noexceptgul14::span< ElementType, Extent >inline
reference typedefgul14::span< ElementType, Extent >
rend() const noexceptgul14::span< ElementType, Extent >inline
reverse_iterator typedefgul14::span< ElementType, Extent >
size() const noexceptgul14::span< ElementType, Extent >inline
size_bytes() const noexceptgul14::span< ElementType, Extent >inline
span() noexceptgul14::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]) noexceptgul14::span< ElementType, Extent >inline
span(std::array< value_type, N > &arr) noexceptgul14::span< ElementType, Extent >inline
span(const std::array< value_type, N > &arr) noexceptgul14::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=defaultgul14::span< ElementType, Extent >
span(const span< OtherElementType, OtherExtent > &other) noexceptgul14::span< ElementType, Extent >inline
subspan() constgul14::span< ElementType, Extent >inline
subspan(index_type offset, index_type count=dynamic_extent) constgul14::span< ElementType, Extent >inline
subspan_return_t typedefgul14::span< ElementType, Extent >
value_type typedefgul14::span< ElementType, Extent >
~span() noexcept=defaultgul14::span< ElementType, Extent >