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