Combines this time into a hash state.

Synopsis

Declared in <absl/time/time.h>

H
AbslHashValue(
    H h,
    Time t);

Return Value

The updated hash state.

Parameters

Name

Description

h

The hash state to combine into.

t

The time to hash.

Created with MrDocs