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

Synopsis

Declared in <absl/time/time.h>

Time
operator+(
    Duration lhs,
    Time rhs);

Return Value

The time lhs + rhs.

Parameters

Name

Description

lhs

The duration to add.

rhs

The time operand.

Created with MrDocs