absl::HashState::operator=

Copy assignment is disabled; HashState is move-only.

Synopsis

Declared in <absl/hash/hash.h>

HashState&
operator=(HashState const& other) = delete;

Return Value

A reference to this object.

Parameters

NameDescription
otherThe object to copy assign from