Assignment operators

Synopses

Declared in <bslstl_multimap.h>

Assign to this multimap the value and comparator of rhs.

Move‐assign the contents of rhs into this multimap.

Assign to this multimap the elements of values.

multimap<KEY, VALUE, COMPARATOR, ALLOCATOR>&
operator=(std::initializer_list<value_type> values);

Return Value

reference providing modifiable access to this multimap

Parameters

Name

Description

rhs

multimap to copy‐assign from

values

initializer list of elements to assign

Created with MrDocs