General Utility Library for C++17 25.4.1
gul17::span< ElementType, Extent > Member List

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

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