[#bsl-multimap-0ae-operator_assign-0b3] = xref:bsl.adoc[bsl]::xref:bsl/multimap-0ae.adoc[multimap]::operator= :relfileprefix: ../../ :mrdocs: Move‐assign the contents of the specified `rhs` multimap into this multimap. == Synopsis Declared in `<bslstl_multimap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/multimap-0ae.adoc[multimap<KEY, VALUE, COMPARATOR, ALLOCATOR>]& operator=(xref:BloombergLP/bslmf/MovableRef.adoc[BloombergLP::bslmf::MovableRef<multimap>] rhs) noexcept(/* see-below */); ---- == Exception specification This function is potentially-throwing unless `AllocatorTraits::is_always_equal::value && std::is_nothrow_move_assignable<COMPARATOR>::value`. [.small]#Created with https://www.mrdocs.com[MrDocs]#