|
libstdc++
|
Public Types | |
| 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 _ExtractKey &__ex, const _H1 &__h1, const _H2 &__h2, const _Hash &__hash, const _Equal &__eq) | |
| const _Equal & | _M_eq () const |
| _Equal & | _M_eq () |
| bool | _M_equals (const _Key &__k, __hash_code __c, __node_type *__n) 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 1640 of file hashtable_policy.h.