JH-Toolkit v1.4.1
An engineering-oriented C++20 toolkit with duck-typed concepts, static design, async coroutines, and semantic containers — header-only, RTTI-free, and concurrency-friendly.
Loading...
Searching...
No Matches
jh::runtime_arr< T, Alloc > Member List

This is the complete list of members for jh::runtime_arr< T, Alloc >, including all inherited members.

allocator_type typedef (defined in jh::runtime_arr< T, Alloc >)jh::runtime_arr< T, Alloc >
as_span() noexcept (defined in jh::runtime_arr< T, Alloc >)jh::runtime_arr< T, Alloc >inline
as_span() const noexcept (defined in jh::runtime_arr< T, Alloc >)jh::runtime_arr< T, Alloc >inline
at(std::uint64_t index)jh::runtime_arr< T, Alloc >inline
at(std::uint64_t index) constjh::runtime_arr< T, Alloc >inline
begin() noexceptjh::runtime_arr< T, Alloc >inline
begin() const noexceptjh::runtime_arr< T, Alloc >inline
cbegin() const noexceptjh::runtime_arr< T, Alloc >inline
cend() const noexceptjh::runtime_arr< T, Alloc >inline
const_iterator typedef (defined in jh::runtime_arr< T, Alloc >)jh::runtime_arr< T, Alloc >
const_pointer typedefjh::runtime_arr< T, Alloc >
const_reference typedefjh::runtime_arr< T, Alloc >
data() noexceptjh::runtime_arr< T, Alloc >inline
data() const noexceptjh::runtime_arr< T, Alloc >inline
difference_type typedefjh::runtime_arr< T, Alloc >
empty() const noexceptjh::runtime_arr< T, Alloc >inline
end() noexceptjh::runtime_arr< T, Alloc >inline
end() const noexceptjh::runtime_arr< T, Alloc >inline
is_static_built() (defined in jh::runtime_arr< T, Alloc >)jh::runtime_arr< T, Alloc >inlinestatic
iterator typedef (defined in jh::runtime_arr< T, Alloc >)jh::runtime_arr< T, Alloc >
operator std::vector< T >() &&jh::runtime_arr< T, Alloc >inlineexplicit
operator=(runtime_arr &&other) noexceptjh::runtime_arr< T, Alloc >inline
operator=(const runtime_arr &)=deletejh::runtime_arr< T, Alloc >
operator[](std::uint64_t index) noexceptjh::runtime_arr< T, Alloc >inline
operator[](std::uint64_t index) const noexceptjh::runtime_arr< T, Alloc >inline
pointer typedefjh::runtime_arr< T, Alloc >
reference typedefjh::runtime_arr< T, Alloc >
reset_all() noexceptjh::runtime_arr< T, Alloc >inline
runtime_arr(const std::uint64_t size, uninitialized_t)jh::runtime_arr< T, Alloc >inlineexplicit
runtime_arr(std::initializer_list< T > init)jh::runtime_arr< T, Alloc >inline
runtime_arr(std::uint64_t size)jh::runtime_arr< T, Alloc >inlineexplicit
runtime_arr(std::initializer_list< T > init, const Alloc &alloc)jh::runtime_arr< T, Alloc >inline
runtime_arr(std::uint64_t size, const Alloc &alloc)jh::runtime_arr< T, Alloc >inlineexplicit
runtime_arr(std::vector< T > &&vec)jh::runtime_arr< T, Alloc >inlineexplicit
runtime_arr(std::vector< T, VecAlloc > &&vec, const Alloc &alloc)jh::runtime_arr< T, Alloc >inline
runtime_arr(std::vector< T, Alloc > &&vec)jh::runtime_arr< T, Alloc >inline
runtime_arr(ForwardIt first, ForwardIt last)jh::runtime_arr< T, Alloc >inline
runtime_arr(ForwardIt first, ForwardIt last, const Alloc &alloc)jh::runtime_arr< T, Alloc >inline
runtime_arr(runtime_arr &&other) noexceptjh::runtime_arr< T, Alloc >inline
runtime_arr(const runtime_arr &)=deletejh::runtime_arr< T, Alloc >
set(std::uint64_t i, Args &&... args)jh::runtime_arr< T, Alloc >inline
size() const noexceptjh::runtime_arr< T, Alloc >inline
size_type typedefjh::runtime_arr< T, Alloc >
uninitialized (defined in jh::runtime_arr< T, Alloc >)jh::runtime_arr< T, Alloc >static
value_type typedefjh::runtime_arr< T, Alloc >