This struct adapts the (template parameter) HASHER type for use as the base hasher of a HashTable.
Declared in <bslstl_hashtable.h>
template<class HASHER>
struct HashTable_BaseHasher
: bslalg::FunctorAdapter<HashTable_HashWrapper<CallableVariable<HASHER>::type>>
| Name | Description |
|---|---|
bslalg::FunctorAdapter<HashTable_HashWrapper<CallableVariable<HASHER>::type>> | This class provides a metafunction that aliases a callable object to a functor type. |
| Name | Description |
|---|---|
Type | This typedef is an alias for the functor. |