Assignment operators

Synopses

Declared in <absl/hash/hash.h>

Copy assignment is disabled; HashState is move‐only.

HashState&
operator=(HashState const& other) = delete;

Move‐assign a HashState.

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

Return Value

A reference to this object.

Parameters

Name

Description

other

The source object.

Created with MrDocs