absl::HashState::HashState

Copy construction is disabled; HashState is move-only.

Synopsis

Declared in <absl/hash/hash.h>

HashState(HashState const& other) = delete;

Parameters

NameDescription
otherThe object to copy construct from