Constructors

Synopses

Declared in <absl/time/time.h>

Constructs a Time representing the Unix epoch.

constexpr
Time() = default;

Constructs a copy of another time.

constexpr
Time(Time const& t) = default;

Parameters

Name

Description

t

The time to copy.

Created with MrDocs