absl::AbslHashValue

Combines this duration into a hash state.

Synopsis

Declared in <absl/time/time.h>

H
AbslHashValue(
    H h,
    Duration d);

Return Value

The updated hash state.

Parameters

NameDescription
hThe hash state to combine into.
dThe duration to hash.