[#bsl-hashtable-2constructor-0b] = xref:bsl.adoc[bsl]::xref:bsl/hashtable.adoc[hashtable]::hashtable :relfileprefix: ../../ :mrdocs: Create a hash table with the specified hasher, equality predicate, and allocator. == Synopsis Declared in `<bslstp_hashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- hashtable( xref:bsl/hashtable/size_type.adoc[size_type] __n, _HF const& __hf, _EqK const& __eql, xref:bsl/hashtable/allocator_type.adoc[allocator_type] const& __a = allocator_type()); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#