[#bsl-hashtable-2constructor-05] = xref:bsl.adoc[bsl]::xref:bsl/hashtable.adoc[hashtable]::hashtable :relfileprefix: ../../ :mrdocs: Copy‐construct a hash table from the specified source table. == Synopsis Declared in `<bslstp_hashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- hashtable(xref:bsl/hashtable.adoc[_Self] const& original); ---- == Parameters [cols="1,4"] |=== | Name| Description | *original* | hash table whose value is copied |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#