Copy assignment is disabled; HashState is move‐only.

Synopsis

Declared in <absl/hash/hash.h>

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

Return Value

A reference to this object.

Parameters

Name

Description

other

The object to copy assign from

Created with MrDocs