[#bsl-unordered_map-02b-operator_assign-00] = xref:bsl.adoc[bsl]::xref:bsl/unordered_map-02b.adoc[unordered_map]::operator= :relfileprefix: ../../ :mrdocs: Assign to this unordered map the value of the of the specified initializer list `rhs`, and return a reference providing modifiable access to this object. This method requires that the (template parameter) type `value_type` be `copy‐insertable` into this list. == Synopsis Declared in `<bslstl_unorderedmap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/unordered_map-02b.adoc[unordered_map]& operator=(std::initializer_list<value_type> rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#