This struct adapts the (template parameter) HASHER type for use as the base hasher of a HashTable.
Synopsis
Declared in <bslstl_hashtable.h>
template<class HASHER>
struct HashTable_BaseHasher
: bslalg::FunctorAdapter<HashTable_HashWrapper<CallableVariable<HASHER>::type>>
Base Classes
Name |
Description |
|
This class provides a metafunction that defines an alias |