Assignment operators

Synopses

Declared in <bslstl_unorderedmultimap.h>

Assign to this object the value of rhs.

Move‐assign the contents of rhs into this unordered multimap.

Assign to this object the elements of the values initializer list.

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

Return Value

reference providing modifiable access to this object

Parameters

Name

Description

rhs

unordered multimap to copy‐assign from

values

initializer list of elements to assign

Created with MrDocs