[#bsl-map-0a7-2constructor-03] = xref:bsl.adoc[bsl]::xref:bsl/map-0a7.adoc[map]::map :relfileprefix: ../../ :mrdocs: Create a map having the (`value_type`) values obtained from the specified `range`, using the specified `basicAllocator` to supply memory. == Synopsis Declared in `<bslstl_map.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class RANGE> map( std::from_range_t, RANGE&& range, ALLOCATOR const& basicAllocator); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#