Assignment operators
Declared in <absl/hash/hash.h>
Copy assignment is disabled; HashState is move-only.
HashState&
operator=(HashState const& other) = delete;
» more...
Move-assign a HashState.
constexpr
HashState&
operator=(HashState&& other) = default;
» more...
A reference to this object.
| Name | Description |
|---|---|
| other | The source object. |