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