Returns the sum of two durations.

Synopsis

Declared in <absl/time/time.h>

Duration
operator+(
    Duration lhs,
    Duration rhs);

Return Value

The sum lhs + rhs.

Parameters

Name

Description

lhs

The left‐hand duration.

rhs

The right‐hand duration.

Created with MrDocs