[#absl-linked_hash_set-operator_assign-0e] = xref:absl.adoc[absl]::xref:absl/linked_hash_set.adoc[linked_hash_set]::operator= :relfileprefix: ../../ :mrdocs: Move assignment operator. == 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=(xref:absl/linked_hash_set.adoc[linked_hash_set]&& other) noexcept; ---- == Return Value A reference to this set. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The set to move from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#