absl::HashState::HashState

Constructors

Synopses

Declared in <absl/hash/hash.h>

Copy construction is disabled; HashState is move-only.

HashState(HashState const& other) = delete;
» more...

Move-construct a HashState.

constexpr
HashState(HashState&& other) = default;
» more...

Parameters

NameDescription
otherThe source object.