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