Constructors
Declared in <absl/hash/hash.h>
Copy construction is disabled; HashState is move-only.
HashState(HashState const& other) = delete;
» more...
Move-construct a HashState.
constexpr
HashState(HashState&& other) = default;
» more...
| Name | Description |
|---|---|
| other | The source object. |