sparse-map
tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity > Member List

This is the complete list of members for tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >, including all inherited members.

allocator_type typedeftsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >
at(const Key &key)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
at(const Key &key, std::size_t precalculated_hash)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
at(const Key &key) consttsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
at(const Key &key, std::size_t precalculated_hash) consttsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
at(const K &key)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
at(const K &key, std::size_t precalculated_hash)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
at(const K &key) consttsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
at(const K &key, std::size_t precalculated_hash) consttsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
begin() noexcepttsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
begin() const noexcepttsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
bucket_count() consttsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
cbegin() const noexcepttsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
cend() const noexcepttsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
clear() noexcepttsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
const_iterator typedeftsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >
const_pointer typedeftsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >
const_reference typedeftsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >
count(const Key &key) consttsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
count(const Key &key, std::size_t precalculated_hash) consttsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
count(const K &key) consttsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
count(const K &key, std::size_t precalculated_hash) consttsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
deserialize(Deserializer &deserializer, bool hash_compatible=false)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inlinestatic
difference_type typedeftsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >
emplace(Args &&... args)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
emplace_hint(const_iterator hint, Args &&... args)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
empty() const noexcepttsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
end() noexcepttsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
end() const noexcepttsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
equal_range(const Key &key)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
equal_range(const Key &key, std::size_t precalculated_hash)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
equal_range(const Key &key) consttsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
equal_range(const Key &key, std::size_t precalculated_hash) consttsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
equal_range(const K &key)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
equal_range(const K &key, std::size_t precalculated_hash)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
equal_range(const K &key) consttsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
equal_range(const K &key, std::size_t precalculated_hash) consttsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
erase(iterator pos)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
erase(const_iterator pos)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
erase(const_iterator first, const_iterator last)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
erase(const key_type &key)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
erase(const key_type &key, std::size_t precalculated_hash)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
erase(const K &key)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
erase(const K &key, std::size_t precalculated_hash)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
find(const Key &key)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
find(const Key &key, std::size_t precalculated_hash)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
find(const Key &key) consttsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
find(const Key &key, std::size_t precalculated_hash) consttsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
find(const K &key)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
find(const K &key, std::size_t precalculated_hash)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
find(const K &key) consttsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
find(const K &key, std::size_t precalculated_hash) consttsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
get_allocator() consttsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
hash_function() consttsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
hasher typedeftsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >
insert(const value_type &value)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
insert(P &&value)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
insert(value_type &&value)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
insert(const_iterator hint, const value_type &value)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
insert(const_iterator hint, P &&value)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
insert(const_iterator hint, value_type &&value)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
insert(InputIt first, InputIt last)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
insert(std::initializer_list< value_type > ilist)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
insert_or_assign(const key_type &k, M &&obj)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
insert_or_assign(key_type &&k, M &&obj)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
insert_or_assign(const_iterator hint, const key_type &k, M &&obj)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
insert_or_assign(const_iterator hint, key_type &&k, M &&obj)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
iterator typedeftsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >
key_eq() consttsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
key_equal typedeftsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >
key_type typedeftsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >
load_factor() consttsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
mapped_type typedeftsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >
max_bucket_count() consttsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
max_load_factor() consttsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
max_load_factor(float ml)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
max_size() const noexcepttsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
mutable_iterator(const_iterator pos)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
operator!=(const sparse_map &lhs, const sparse_map &rhs)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >friend
operator=(std::initializer_list< value_type > ilist)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
operator==(const sparse_map &lhs, const sparse_map &rhs)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >friend
operator[](const Key &key)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
operator[](Key &&key)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
pointer typedeftsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >
reference typedeftsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >
rehash(size_type count)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
reserve(size_type count)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
serialize(Serializer &serializer) consttsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
size() const noexcepttsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
size_type typedeftsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >
sparse_map()tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
sparse_map(size_type bucket_count, const Hash &hash=Hash(), const KeyEqual &equal=KeyEqual(), const Allocator &alloc=Allocator())tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inlineexplicit
sparse_map(size_type bucket_count, const Allocator &alloc)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
sparse_map(size_type bucket_count, const Hash &hash, const Allocator &alloc)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
sparse_map(const Allocator &alloc)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inlineexplicit
sparse_map(InputIt first, InputIt last, size_type bucket_count=ht::DEFAULT_INIT_BUCKETS_SIZE, const Hash &hash=Hash(), const KeyEqual &equal=KeyEqual(), const Allocator &alloc=Allocator())tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
sparse_map(InputIt first, InputIt last, size_type bucket_count, const Allocator &alloc)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
sparse_map(InputIt first, InputIt last, size_type bucket_count, const Hash &hash, const Allocator &alloc)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
sparse_map(std::initializer_list< value_type > init, size_type bucket_count=ht::DEFAULT_INIT_BUCKETS_SIZE, const Hash &hash=Hash(), const KeyEqual &equal=KeyEqual(), const Allocator &alloc=Allocator())tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
sparse_map(std::initializer_list< value_type > init, size_type bucket_count, const Allocator &alloc)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
sparse_map(std::initializer_list< value_type > init, size_type bucket_count, const Hash &hash, const Allocator &alloc)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
swap(sparse_map &other)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
swap(sparse_map &lhs, sparse_map &rhs)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >friend
try_emplace(const key_type &k, Args &&... args)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
try_emplace(key_type &&k, Args &&... args)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
try_emplace(const_iterator hint, const key_type &k, Args &&... args)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
try_emplace(const_iterator hint, key_type &&k, Args &&... args)tsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >inline
value_type typedeftsl::sparse_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >