[#bsl-multimap-0ae-2constructor-04] = xref:bsl.adoc[bsl]::xref:bsl/multimap-0ae.adoc[multimap]::multimap :relfileprefix: ../../ :mrdocs: Create a multimap having the same value as the specified `original` object by moving (in constant time) the contents of `original` to the new multimap. Use a copy of `original.key_comp()` to order the key‐value pairs contained in this multimap. The allocator associated with `original` is propagated for use in the newly‐created multimap. `original` is left in a valid but unspecified state. == Synopsis Declared in `<bslstl_multimap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- multimap(xref:BloombergLP/bslmf/MovableRef.adoc[BloombergLP::bslmf::MovableRef<multimap>] original); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#