[#BloombergLP-bslstl-HashTable_BaseHasher] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::HashTable_BaseHasher :relfileprefix: ../../ :mrdocs: This `struct` adapts the (template parameter) `HASHER` type for use as the base hasher of a `HashTable`. == Synopsis Declared in `<bslstl_hashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class HASHER> struct HashTable_BaseHasher : xref:BloombergLP/bslalg/FunctorAdapter-09.adoc[bslalg::FunctorAdapter<HashTable_HashWrapper<CallableVariable<HASHER>::type>>] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:BloombergLP/bslalg/FunctorAdapter-09.adoc[bslalg::FunctorAdapter<HashTable_HashWrapper<CallableVariable<HASHER>::type>>]` | This class provides a metafunction that defines an alias `Type` for the parameterized `CALLABLE_OBJECT`. `Type` is functor type that provides the same operation as the parameterized `CALLABLE_OBJECT`. Note that function pointers are supported through a specialization of this template. |=== == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslalg/FunctorAdapter-09/Type.adoc[`Type`] | This `typedef` is an alias for the functor. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#