MC Protocol Serial C++ 0.2.3
MC protocol serial library for MCU-oriented environments
Loading...
Searching...
No Matches
std::span< T, Extent > Member List

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

begin() const noexceptstd::span< T, Extent >inline
data() const noexceptstd::span< T, Extent >inline
difference_type typedefstd::span< T, Extent >
element_type typedefstd::span< T, Extent >
empty() const noexceptstd::span< T, Extent >inline
end() const noexceptstd::span< T, Extent >inline
extentstd::span< T, Extent >static
first(size_type count) const noexceptstd::span< T, Extent >inline
iterator typedefstd::span< T, Extent >
operator[](size_type index) const noexceptstd::span< T, Extent >inline
pointer typedefstd::span< T, Extent >
reference typedefstd::span< T, Extent >
size() const noexceptstd::span< T, Extent >inline
size_type typedefstd::span< T, Extent >
span() noexcept=defaultstd::span< T, Extent >
span(pointer ptr, size_type count) noexceptstd::span< T, Extent >inline
span(pointer first, pointer last) noexceptstd::span< T, Extent >inline
span(element_type(&arr)[N]) noexceptstd::span< T, Extent >inline
span(array< U, N > &arr) noexceptstd::span< T, Extent >inline
span(const array< U, N > &arr) noexceptstd::span< T, Extent >inline
span(const span< U, OtherExtent > &other) noexceptstd::span< T, Extent >inline
subspan(size_type offset) const noexceptstd::span< T, Extent >inline
subspan(size_type offset, size_type count) const noexceptstd::span< T, Extent >inline
value_type typedefstd::span< T, Extent >