absl::HashState::HashState

Move-construct a HashState.

Synopsis

Declared in <absl/hash/hash.h>

constexpr
HashState(HashState&& other) = default;

Parameters

NameDescription
otherThe source object.