[#absl-HashState-2constructor-04] = xref:absl.adoc[absl]::xref:absl/HashState.adoc[HashState]::HashState :relfileprefix: ../../ :mrdocs: Move‐construct a `HashState`. == Synopsis Declared in `<absl/hash/hash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr HashState(xref:absl/HashState.adoc[HashState]&& other) = default; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The source object. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#