ROOT  6.06/09
Reference Guide
std::array_view< T > Member List

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

array_view() noexceptstd::array_view< T >inline
array_view(array_view const &) noexcept=defaultstd::array_view< T >
array_view(array_view &&) noexcept=defaultstd::array_view< T >
array_view(std::array< T, N > const &a) noexceptstd::array_view< T >inline
array_view(T const (&a)[N]) noexceptstd::array_view< T >inline
array_view(std::vector< T > const &v) noexceptstd::array_view< T >inline
array_view(T const *a, size_type const n) noexceptstd::array_view< T >inline
array_view(InputIterator start, InputIterator last)std::array_view< T >inlineexplicit
array_view(std::initializer_list< T > const &l)std::array_view< T >inline
at(size_type const n) const std::array_view< T >inline
back() const noexceptstd::array_view< T >inline
begin() const noexceptstd::array_view< T >inline
cbegin() const noexceptstd::array_view< T >inline
cend() const noexceptstd::array_view< T >inline
const_iterator typedefstd::array_view< T >
const_pointer typedefstd::array_view< T >
const_reference typedefstd::array_view< T >
const_reverse_iterator typedefstd::array_view< T >
crbegin() const std::array_view< T >inline
crend() const std::array_view< T >inline
data() const noexceptstd::array_view< T >inline
data_std::array_view< T >private
difference_type typedefstd::array_view< T >
empty() const noexceptstd::array_view< T >inline
end() const noexceptstd::array_view< T >inline
front() const noexceptstd::array_view< T >inline
iterator typedefstd::array_view< T >
length() const noexceptstd::array_view< T >inline
length_std::array_view< T >private
max_size() const noexceptstd::array_view< T >inline
operator=(array_view const &) noexcept=deletestd::array_view< T >
operator=(array_view &&) noexcept=deletestd::array_view< T >
operator[](size_type const n) const noexceptstd::array_view< T >inline
pointer typedefstd::array_view< T >
rbegin() const std::array_view< T >inline
reference typedefstd::array_view< T >
rend() const std::array_view< T >inline
reverse_iterator typedefstd::array_view< T >
size() const noexceptstd::array_view< T >inline
size_type typedefstd::array_view< T >
slice(check_bound_t, size_type const pos, size_type const length) const std::array_view< T >inline
slice(size_type const pos, size_type const length) const std::array_view< T >inline
slice(check_bound_t, iterator start, iterator last) const std::array_view< T >inline
slice(iterator start, iterator last) const std::array_view< T >inline
slice_after(check_bound_t, size_type const pos) const std::array_view< T >inline
slice_after(size_type const pos) const std::array_view< T >inline
slice_after(check_bound_t, iterator const pos) const std::array_view< T >inline
slice_after(iterator const pos) const std::array_view< T >inline
slice_before(check_bound_t, size_type const pos) const std::array_view< T >inline
slice_before(size_type const pos) const std::array_view< T >inline
slice_before(check_bound_t, iterator const pos) const std::array_view< T >inline
slice_before(iterator const pos) const std::array_view< T >inline
to_array() const -> std::array< T, N >std::array_view< T >inline
to_array_impl(detail::indices< I...>) const -> std::array< T, sizeof...(I)>std::array_view< T >inlineprivate
to_vector(Allocator const &alloc=Allocator{}) const -> std::vector< T, Allocator >std::array_view< T >inline
value_type typedefstd::array_view< T >