absl::AbslHashValue

Combines this time zone into a hash state.

Synopsis

Declared in <absl/time/time.h>

H
AbslHashValue(
    H h,
    TimeZone tz);

Return Value

The updated hash state.

Parameters

NameDescription
hThe hash state to combine into.
tzThe time zone to hash.