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