Returns the difference of two durations.

Synopsis

Declared in <absl/time/time.h>

Duration
operator‐(
    Duration lhs,
    Duration rhs);

Return Value

The difference lhs ‐ rhs.

Parameters

Name

Description

lhs

The left‐hand duration.

rhs

The right‐hand duration.

Created with MrDocs