[#absl-linked_hash_map-operator_assign-0b] = xref:absl.adoc[absl]::xref:absl/linked_hash_map.adoc[linked_hash_map]::operator= :relfileprefix: ../../ :mrdocs: Assigns the contents of an initializer list to the map. == Synopsis Declared in `<absl/container/linked_hash_map.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/linked_hash_map.adoc[linked_hash_map]& operator=(std::initializer_list<value_type> values); ---- == Return Value A reference to this map. == Parameters [cols="1,4"] |=== | Name| Description | *values* | The initializer list of elements. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#