libstdc++
Public Types
|
Public Member Functions
__gnu_pbds::gp_hash_table Class Reference
Policy-Based Data Structures
Inheritance diagram for __gnu_pbds::gp_hash_table:
[
legend
]
List of all members.
Public Types
typedef Comb_Probe_Fn
comb_probe_fn
typedef Eq_Fn
eq_fn
typedef Hash_Fn
hash_fn
typedef Probe_Fn
probe_fn
typedef Resize_Policy
resize_policy
Public Member Functions
gp_hash_table
(const hash_fn &h)
gp_hash_table
(const hash_fn &h, const eq_fn &e)
gp_hash_table
(const hash_fn &h, const eq_fn &e, const comb_probe_fn &cp)
gp_hash_table
(const hash_fn &h, const eq_fn &e, const comb_probe_fn &cp, const probe_fn &p)
gp_hash_table
(const hash_fn &h, const eq_fn &e, const comb_probe_fn &cp, const probe_fn &p, const resize_policy &rp)
template<typename It >
gp_hash_table
(It first, It last)
template<typename It >
gp_hash_table
(It first, It last, const hash_fn &h)
template<typename It >
gp_hash_table
(It first, It last, const hash_fn &h, const eq_fn &e)
template<typename It >
gp_hash_table
(It first, It last, const hash_fn &h, const eq_fn &e, const comb_probe_fn &cp)
template<typename It >
gp_hash_table
(It first, It last, const hash_fn &h, const eq_fn &e, const comb_probe_fn &cp, const probe_fn &p)
template<typename It >
gp_hash_table
(It first, It last, const hash_fn &h, const eq_fn &e, const comb_probe_fn &cp, const probe_fn &p, const resize_policy &rp)
gp_hash_table
(const
gp_hash_table
&other)
gp_hash_table
&
operator=
(const
gp_hash_table
&other)
void
swap
(
gp_hash_table
&other)
Detailed Description
A concrete general-probing hash-based associative container.
The documentation for this class was generated from the following file:
assoc_container.hpp
__gnu_pbds
gp_hash_table
Generated by
1.7.5