absl::operator+

Returns the time obtained by advancing a time by a duration.

Synopsis

Declared in <absl/time/time.h>

Time
operator+(
    Time lhs,
    Duration rhs);

Return Value

The time lhs + rhs.

Parameters

NameDescription
lhsThe time operand.
rhsThe duration to add.