Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
fub::span< T, N > Member List

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

begin() const noexceptfub::span< T, N >inline
cbegin() const noexceptfub::span< T, N >inline
cend() const noexceptfub::span< T, N >inline
const_iterator typedeffub::span< T, N >
const_reverse_iterator typedeffub::span< T, N >
crbegin() const noexceptfub::span< T, N >inline
crend() const noexceptfub::span< T, N >inline
data() const noexceptfub::span< T, N >inline
difference_type typedeffub::span< T, N >
element_type typedeffub::span< T, N >
empty() const noexceptfub::span< T, N >inline
end() const noexceptfub::span< T, N >inline
extentfub::span< T, N >static
first() constfub::span< T, N >inline
first(index_type count) constfub::span< T, N >inline
index_type typedeffub::span< T, N >
iterator typedeffub::span< T, N >
last() constfub::span< T, N >inline
last(index_type count) constfub::span< T, N >inline
operator()(index_type n) constfub::span< T, N >inline
operator[](index_type n) constfub::span< T, N >inline
pointer typedeffub::span< T, N >
pointer_fub::span< T, N >private
rbegin() const noexceptfub::span< T, N >inline
reference typedeffub::span< T, N >
rend() const noexceptfub::span< T, N >inline
reverse_iterator typedeffub::span< T, N >
sextentfub::span< T, N >static
size() const noexceptfub::span< T, N >inline
size_bytes() const noexceptfub::span< T, N >inline
span(pointer p, [[maybe_unused]] index_type size)fub::span< T, N >inline
span(pointer first, pointer last)fub::span< T, N >inline
span(element_type(&arr)[sextent]) noexceptfub::span< T, N >inline
span(const std::array< ValueType, Extent > &arr) noexceptfub::span< T, N >inline
span(std::array< ValueType, Extent > &arr) noexceptfub::span< T, N >inline
span(Container &container)fub::span< T, N >inline
span(const Container &container)fub::span< T, N >inline
span(const span< S, M > &s) noexceptfub::span< T, N >inline
span(const span< S > &s)fub::span< T, N >inline
span(const span &s) noexcept=defaultfub::span< T, N >
subspan() constfub::span< T, N >inline
subspan(index_type offset, index_type count=dynamic_extent) constfub::span< T, N >inline
value_type typedeffub::span< T, N >