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