Assigns a copy of another duration.

Synopsis

Declared in <absl/time/time.h>

constexpr
Duration&
operator=(Duration const& d) = default;

Return Value

A reference to this duration.

Parameters

Name

Description

d

The duration to copy.

Created with MrDocs