libstdc++
|
Public Types | |
using | __hash_cached = typename __traits_type::__hash_cached |
using | __hash_code = typename __hash_code_base::__hash_code |
using | __hash_code_base = _Hash_code_base< _Key, _Value, _ExtractKey, _Hash, _RangeHash, _Unused, __hash_cached::value > |
using | __traits_type = _Traits |
typedef std::ptrdiff_t | difference_type |
typedef _Equal | key_equal |
typedef _Key | key_type |
typedef std::size_t | size_type |
typedef _Value | value_type |
Protected Member Functions | |
_Hashtable_base (const _Hash &__hash, const _Equal &__eq) | |
const _Equal & | _M_eq () const |
bool | _M_equals (const _Key &__k, __hash_code __c, const _Hash_node_value< _Value, __hash_cached::value > &__n) const |
bool | _M_node_equals (const _Hash_node_value< _Value, __hash_cached::value > &__lhn, const _Hash_node_value< _Value, __hash_cached::value > &__rhn) const |
void | _M_swap (_Hashtable_base &__x) |
Primary class template _Hashtable_base.
Helper class adding management of _Equal functor to _Hash_code_base type.
Base class templates are:
Definition at line 1552 of file hashtable_policy.h.