[#absl-linked_hash_set-2constructor-058] = xref:absl.adoc[absl]::xref:absl/linked_hash_set.adoc[linked_hash_set]::linked_hash_set :relfileprefix: ../../ :mrdocs: Move constructor. == Synopsis Declared in `<absl/container/linked_hash_set.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- linked_hash_set(xref:absl/linked_hash_set.adoc[linked_hash_set]&& other) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The set to move from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#