Move‐construct a HashState.

Synopsis

Declared in <absl/hash/hash.h>

constexpr
HashState(HashState&& other) = default;

Parameters

Name

Description

other

The source object.

Created with MrDocs