[#absl-HashState-2constructor-00] = xref:absl.adoc[absl]::xref:absl/HashState.adoc[HashState]::HashState :relfileprefix: ../../ :mrdocs: Constructors == Synopses Declared in `<absl/hash/hash.h>` Copy construction is disabled; `HashState` is move‐only. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/HashState/2constructor-0c.adoc[HashState](xref:absl/HashState.adoc[HashState] const& other) = delete; ---- [.small]#xref:absl/HashState/2constructor-0c.adoc[_» more..._]# Move‐construct a `HashState`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:absl/HashState/2constructor-04.adoc[HashState](xref:absl/HashState.adoc[HashState]&& other) = default; ---- [.small]#xref:absl/HashState/2constructor-04.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *other* | The source object. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#