Logo ROOT   6.08/07
Reference Guide
std::__ROOT::array_view< T > Member List

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

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