[#bsl-unordered_map-02b-2constructor-0fb] = xref:bsl.adoc[bsl]::xref:bsl/unordered_map-02b.adoc[unordered_map]::unordered_map :relfileprefix: ../../ :mrdocs: Create an unordered map from `range` using `basicAllocator`. == Synopsis Declared in `<bslstl_unorderedmap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class RANGE> unordered_map( std::from_range_t tag, RANGE&& range, ALLOCATOR const& basicAllocator); ---- == Description Same as the preceding overload. == Parameters [cols="1,4"] |=== | Name| Description | *tag* | disambiguation tag for from‐range construction | *range* | input range of values to insert | *basicAllocator* | allocator used to supply memory |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#