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::conc::flat_pool< Key, Value, Hash, Alloc > Member List

This is the complete list of members for jh::conc::flat_pool< Key, Value, Hash, Alloc >, including all inherited members.

acquire(KArg &&key)jh::conc::flat_pool< Key, Value, Hash, Alloc >inline
acquire(KArg &&key)=deletejh::conc::flat_pool< Key, Value, Hash, Alloc >
acquire(KArg &&key, std::tuple< Args... > args_tuple)jh::conc::flat_pool< Key, Value, Hash, Alloc >inline
acquire(KArg &&key, std::tuple< Args... > args_tuple)=deletejh::conc::flat_pool< Key, Value, Hash, Alloc >
allocator_type typedefjh::conc::flat_pool< Key, Value, Hash, Alloc >
capacity()jh::conc::flat_pool< Key, Value, Hash, Alloc >inline
empty()jh::conc::flat_pool< Key, Value, Hash, Alloc >inline
find(const Key &key)jh::conc::flat_pool< Key, Value, Hash, Alloc >inline
flat_pool(std::uint64_t reserve_size=MIN_RESERVED_SIZE)jh::conc::flat_pool< Key, Value, Hash, Alloc >inlineexplicit
flat_pool(const allocator_type &alloc)jh::conc::flat_pool< Key, Value, Hash, Alloc >inlineexplicit
flat_pool(std::uint64_t reserve_size, const allocator_type &alloc)jh::conc::flat_pool< Key, Value, Hash, Alloc >inlineexplicit
flat_pool(const flat_pool &other)=deletejh::conc::flat_pool< Key, Value, Hash, Alloc >
flat_pool(flat_pool &&other)=deletejh::conc::flat_pool< Key, Value, Hash, Alloc >
flat_pool(flat_pool &&other, const allocator_type &alloc)=deletejh::conc::flat_pool< Key, Value, Hash, Alloc >
flat_pool::ptr (defined in jh::conc::flat_pool< Key, Value, Hash, Alloc >)jh::conc::flat_pool< Key, Value, Hash, Alloc >friend
MIN_RESERVED_SIZEjh::conc::flat_pool< Key, Value, Hash, Alloc >static
occupancy_rate()jh::conc::flat_pool< Key, Value, Hash, Alloc >inline
operator=(const flat_pool &other)=deletejh::conc::flat_pool< Key, Value, Hash, Alloc >
operator=(flat_pool &&other)=deletejh::conc::flat_pool< Key, Value, Hash, Alloc >
resize_pool()jh::conc::flat_pool< Key, Value, Hash, Alloc >inline
size()jh::conc::flat_pool< Key, Value, Hash, Alloc >inline
value_type typedefjh::conc::flat_pool< Key, Value, Hash, Alloc >