Assignment operators

Synopses

Declared in <bslstl_unorderedmultiset.h>

Copy‐assign from rhs.

Move‐assign from rhs.

Assign from the specified values initializer list.

unordered_multiset<KEY, HASH, EQUAL, ALLOCATOR>&
operator=(std::initializer_list<KEY> values);

Return Value

reference providing modifiable access to this object

Parameters

Name

Description

rhs

unordered multiset to copy‐assign from

values

initializer list of keys to assign

Created with MrDocs