absl::Time::operator=

Assigns a copy of another time.

Synopsis

Declared in <absl/time/time.h>

constexpr
Time&
operator=(Time const& t) = default;

Return Value

A reference to this time.

Parameters

NameDescription
tThe time to copy.