Move‐assign from the specified rhs object.

Synopsis

Declared in <bslstl_multiset.h>

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 multiset

Parameters

Name

Description

rhs

multiset to move‐assign from

Created with MrDocs