libstdc++
|
Protected Types | |
typedef void * | __hash_code |
typedef _Hash_node< _Value, false > | __node_type |
Protected Member Functions | |
_Hash_code_base (const _ExtractKey &__ex, const _H1 &, const _H2 &, const _Hash &__h) | |
std::size_t | _M_bucket_index (const _Key &__k, __hash_code, std::size_t __n) const |
std::size_t | _M_bucket_index (const __node_type *__p, std::size_t __n) const noexcept(noexcept(declval< const _Hash & >()(declval< const _Key & >(),(std::size_t) 0))) |
void | _M_copy_code (__node_type *, const __node_type *) const |
const _ExtractKey & | _M_extract () const |
_ExtractKey & | _M_extract () |
__hash_code | _M_hash_code (const _Key &__key) const |
const _Hash & | _M_ranged_hash () const |
_Hash & | _M_ranged_hash () |
void | _M_store_code (__node_type *, __hash_code) const |
void | _M_swap (_Hash_code_base &__x) |
Specialization: ranged hash function, no caching hash codes. H1 and H2 are provided but ignored. We define a dummy hash code type.
Definition at line 1063 of file hashtable_policy.h.