[#bsl-multiset-03-operator_assign-04] = xref:bsl.adoc[bsl]::xref:bsl/multiset-03.adoc[multiset]::operator= :relfileprefix: ../../ :mrdocs: Move‐assign from the specified `rhs` object. == Synopsis Declared in `<bslstl_multiset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/multiset-03.adoc[multiset<KEY, COMPARATOR, ALLOCATOR>]& operator=(xref:BloombergLP/bslmf/MovableRef.adoc[BloombergLP::bslmf::MovableRef<multiset>] 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]#