absl::Time::Time

Constructs a copy of another time.

Synopsis

Declared in <absl/time/time.h>

constexpr
Time(Time const& t) = default;

Parameters

NameDescription
tThe time to copy.