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