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