[#bsl-unordered_map-0bf-2constructor-05a] = xref:bsl.adoc[bsl]::xref:bsl/unordered_map-0bf.adoc[unordered_map<basic_string<char>, Json, TransparentHash, TransparentEqualTo>]::unordered_map :relfileprefix: ../../ :mrdocs: Create an unordered map having the same value, hasher, key‐equality comparator, and `max_load_factor` as the specified `original`, and using the specified `basicAllocator` to supply memory. If the `ALLOCATOR` type is `bsl::allocator` (the default), then `basicAllocator` shall be convertible to `bslma::Allocator *`. == Synopsis Declared in `<bslstl_unorderedmap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unordered_map( xref:bsl/unordered_map-02b.adoc[unordered_map<basic_string<char>, Json, TransparentHash, TransparentEqualTo>] const& original, type_identity<allocator<pair<basic_string<char> const, Json>>>::type const& basicAllocator); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#