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

Name

Description

h

The hash state to combine into.

d

The duration to hash.

Created with MrDocs