absl::Time::Time

Constructors

Synopses

Declared in <absl/time/time.h>

Constructs a Time representing the Unix epoch.

constexpr
Time() = default;
» more...

Constructs a copy of another time.

constexpr
Time(Time const& t) = default;
» more...

Parameters

NameDescription
tThe time to copy.