Assignment operators

Synopses

Declared in <bslstl_unorderedmap.h>

Copy‐assign from rhs.

Move‐assign to this unordered map from rhs.

Assign to this unordered map the contents of initializer list rhs.

unordered_map&
operator=(std::initializer_list<value_type> rhs);

Return Value

  • a reference providing modifiable access to this object

  • reference providing modifiable access to this object

Parameters

Name

Description

rhs

unordered map to copy from

Created with MrDocs