Move‐assign a HashState.

Synopsis

Declared in <absl/hash/hash.h>

constexpr
HashState&
operator=(HashState&& other) = default;

Return Value

A reference to this object.

Parameters

Name

Description

other

The source object.

Created with MrDocs