bsl::unordered_multiset::operator=

Assignment operators

Synopses

Declared in <bslstl_unorderedmultiset.h>

Copy-assign from rhs.

unordered_multiset<KEY, HASH, EQUAL, ALLOCATOR>&
operator=(unordered_multiset const& rhs);
» more...

Move-assign from rhs.

unordered_multiset<KEY, HASH, EQUAL, ALLOCATOR>&
operator=(BloombergLP::bslmf::MovableRef<unordered_multiset> rhs) noexcept(/* see-below */);
» more...

Assign from the specified values initializer list.

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

Return Value

reference providing modifiable access to this object

Parameters

NameDescription
rhsunordered multiset to copy-assign from
valuesinitializer list of keys to assign