Move-assign from the specified rhs object.
Declared in <bslstl_multiset.h>
multiset<KEY, COMPARATOR, ALLOCATOR>&
operator=(BloombergLP::bslmf::MovableRef<multiset> rhs) noexcept(/* see-below */);
This function is potentially-throwing unless AllocatorTraits::is_always_equal::value && std::is_nothrow_move_assignable<COMPARATOR>::value.
reference providing modifiable access to this multiset
| Name | Description |
|---|---|
| rhs | multiset to move-assign from |