Constructors

Synopses

Declared in <absl/hash/hash.h>

Copy construction is disabled; HashState is move‐only.

HashState(HashState const& other) = delete;

Move‐construct a HashState.

constexpr
HashState(HashState&& other) = default;

Parameters

Name

Description

other

The source object.

Created with MrDocs