__gnu_pbds::detail::gp_ht_map< Key, Mapped, Hash_Fn, Eq_Fn, _Alloc, Store_Hash, Comb_Probe_Fn, Probe_Fn, Resize_Policy >(3cxx) | __gnu_pbds::detail::gp_ht_map< Key, Mapped, Hash_Fn, Eq_Fn, _Alloc, Store_Hash, Comb_Probe_Fn, Probe_Fn, Resize_Policy >(3cxx) |
__gnu_pbds::detail::gp_ht_map< Key, Mapped, Hash_Fn, Eq_Fn, _Alloc, Store_Hash, Comb_Probe_Fn, Probe_Fn, Resize_Policy >
#include <gp_ht_map_.hpp>
Inherits __gnu_pbds::detail::hash_eq_fn< Key, Eq_Fn, _Alloc, Store_Hash >, Resize_Policy, __gnu_pbds::detail::ranged_probe_fn< Key, Hash_Fn, _Alloc, Comb_Probe_Fn, Probe_Fn, Store_Hash >, and __gnu_pbds::detail::types_traits< Key, Mapped, _Alloc, Store_Hash >.
enum { store_hash }
Value stores hash, true or false. typedef _Alloc allocator_type
typedef Comb_Probe_Fn comb_probe_fn
typedef const_iterator_ const_iterator
typedef traits_base::const_pointer const_pointer
typedef traits_base::const_reference const_reference
typedef _Alloc::difference_type difference_type
typedef Eq_Fn eq_fn
typedef Hash_Fn hash_fn
typedef iterator_ iterator
typedef traits_base::key_const_pointer key_const_pointer
typedef traits_base::key_const_reference key_const_reference
typedef traits_base::key_pointer key_pointer
typedef traits_base::key_reference key_reference
typedef traits_base::key_type key_type
typedef traits_base::mapped_const_pointer mapped_const_pointer
typedef traits_base::mapped_const_reference mapped_const_reference
typedef traits_base::mapped_pointer mapped_pointer
typedef traits_base::mapped_reference mapped_reference
typedef traits_base::mapped_type mapped_type
typedef __nothrowcopy::indicator no_throw_indicator
typedef point_const_iterator_ point_const_iterator
typedef point_iterator_ point_iterator
typedef traits_base::pointer pointer
typedef Probe_Fn probe_fn
typedef traits_base::reference reference
typedef Resize_Policy resize_policy
typedef _Alloc::size_type size_type
typedef integral_constant< int, Store_Hash > store_extra
typedef stored_data< value_type, size_type, Store_Hash >
stored_data_type
typedef traits_base::value_type value_type
gp_ht_map (const gp_ht_map< Key, Mapped, Hash_Fn,
Eq_Fn, _Alloc, Store_Hash, Comb_Probe_Fn, Probe_Fn, Resize_Policy >
&)
gp_ht_map (const Hash_Fn &)
gp_ht_map (const Hash_Fn &, const Eq_Fn &)
gp_ht_map (const Hash_Fn &, const Eq_Fn &, const Comb_Probe_Fn
&)
gp_ht_map (const Hash_Fn &, const Eq_Fn &, const Comb_Probe_Fn
&, const Probe_Fn &)
gp_ht_map (const Hash_Fn &, const Eq_Fn &, const Comb_Probe_Fn
&, const Probe_Fn &, const Resize_Policy &)
iterator begin ()
const_iterator begin () const
void clear ()
template<typename It > void copy_from_range (It, It)
bool empty () const
True if size() == 0. iterator end ()
const_iterator end () const
bool erase (key_const_reference)
template<typename Pred > size_type erase_if (Pred)
point_iterator find (key_const_reference)
point_const_iterator find (key_const_reference) const
point_iterator find_end ()
point_const_iterator find_end () const
Comb_Probe_Fn & get_comb_probe_fn ()
Return current comb_probe_fn. const Comb_Probe_Fn &
get_comb_probe_fn () const
Return current const comb_probe_fn. Eq_Fn & get_eq_fn ()
Return current eq_fn. const Eq_Fn & get_eq_fn () const
Return current const eq_fn. Hash_Fn & get_hash_fn ()
Return current hash_fn. const Hash_Fn & get_hash_fn () const
Return current const hash_fn. Probe_Fn & get_probe_fn ()
Return current probe_fn. const Probe_Fn & get_probe_fn () const
Return current const probe_fn. Resize_Policy & get_resize_policy ()
Return current resize_policy. const Resize_Policy &
get_resize_policy () const
Return current const resize_policy. std::pair< point_iterator, bool
> insert (const_reference r_val)
size_type max_size () const
mapped_reference operator[] (key_const_reference r_key)
size_type size () const
void swap (gp_ht_map< Key, Mapped, Hash_Fn, Eq_Fn, _Alloc,
Store_Hash, Comb_Probe_Fn, Probe_Fn, Resize_Policy > &)
no_throw_indicator m_no_throw_copies_indicator
store_extra m_store_extra_indicator
class const_iterator_
class iterator_
class __gnu_pbds::detail::gp_ht_map< Key, Mapped, Hash_Fn, Eq_Fn, _Alloc, Store_Hash, Comb_Probe_Fn, Probe_Fn, Resize_Policy >"A general-probing hash-based container.
Template Parameters
Bases are: detail::hash_eq_fn, Resize_Policy, detail::ranged_probe_fn, detail::types_traits. (Optional: detail::debug_map_base.)
Definition at line 142 of file gp_ht_map_.hpp.
Definition at line 199 of file gp_ht_map_.hpp.
Definition at line 205 of file gp_ht_map_.hpp.
Definition at line 248 of file gp_ht_map_.hpp.
Definition at line 226 of file gp_ht_map_.hpp.
Definition at line 228 of file gp_ht_map_.hpp.
Definition at line 201 of file gp_ht_map_.hpp.
Definition at line 203 of file gp_ht_map_.hpp.
Definition at line 202 of file gp_ht_map_.hpp.
Definition at line 241 of file gp_ht_map_.hpp.
Definition at line 216 of file gp_ht_map_.hpp.
Definition at line 218 of file gp_ht_map_.hpp.
Definition at line 215 of file gp_ht_map_.hpp.
Definition at line 217 of file gp_ht_map_.hpp.
Definition at line 214 of file gp_ht_map_.hpp.
Definition at line 221 of file gp_ht_map_.hpp.
Definition at line 223 of file gp_ht_map_.hpp.
Definition at line 220 of file gp_ht_map_.hpp.
Definition at line 222 of file gp_ht_map_.hpp.
Definition at line 219 of file gp_ht_map_.hpp.
Definition at line 189 of file types_traits.hpp.
Definition at line 238 of file gp_ht_map_.hpp.
Definition at line 231 of file gp_ht_map_.hpp.
Definition at line 225 of file gp_ht_map_.hpp.
Definition at line 204 of file gp_ht_map_.hpp.
Definition at line 227 of file gp_ht_map_.hpp.
Definition at line 206 of file gp_ht_map_.hpp.
Definition at line 200 of file gp_ht_map_.hpp.
Definition at line 188 of file types_traits.hpp.
Definition at line 181 of file types_traits.hpp.
Definition at line 224 of file gp_ht_map_.hpp.
Value stores hash, true or false.
Definition at line 209 of file gp_ht_map_.hpp.
True if size() == 0.
Return current comb_probe_fn.
Return current const comb_probe_fn.
Return current eq_fn.
Return current const eq_fn.
Return current hash_fn.
Return current const hash_fn.
Return current probe_fn.
Return current const probe_fn.
Return current resize_policy.
Return current const resize_policy.
Definition at line 327 of file gp_ht_map_.hpp.
Definition at line 334 of file gp_ht_map_.hpp.
Definition at line 393 of file gp_ht_map_.hpp.
Definition at line 390 of file gp_ht_map_.hpp.
Definition at line 192 of file types_traits.hpp.
Definition at line 191 of file types_traits.hpp.
Generated automatically by Doxygen for libstdc++ from the source code.
Thu Feb 16 2023 | libstdc++ |