[#BloombergLP-bslstl-HashTable-09-2constructor-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/HashTable-09.adoc[HashTable<UnorderedMapKeyConfiguration<basic_string<char> const, pair<basic_string<char> const, Json>>, TransparentHash, TransparentEqualTo, allocator<pair<basic_string<char> const, Json>>>]::HashTable :relfileprefix: ../../../ :mrdocs: Create a hash‐table having the same value (and `maxLoadFactor`) as the specified `original` object by moving (in constant time) the contents of `original` to the new hash‐table. Use a copy of `original.hasher()` and a copy of `original.comparator()` to organize elements in this hash‐table. The allocator associated with `original` is propagated for use in the newly created hash‐table. `original` is left in a valid but unspecified state. == Synopsis Declared in `<bslstl_hashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- HashTable(xref:BloombergLP/bslmf/MovableRef.adoc[BloombergLP::bslmf::MovableRef<HashTable<UnorderedMapKeyConfiguration<basic_string<char> const, pair<basic_string<char> const, Json>>, TransparentHash, TransparentEqualTo, allocator<pair<basic_string<char> const, Json>>>>] original); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#