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

Name

Description

t

The time to copy.

Created with MrDocs