Copy construction is disabled; HashState is move‐only.

Synopsis

Declared in <absl/hash/hash.h>

HashState(HashState const& other) = delete;

Parameters

Name

Description

other

The object to copy construct from

Created with MrDocs