Returns whether one duration is greater than another.

Synopsis

Declared in <absl/time/time.h>

constexpr
bool
operator>(
    Duration lhs,
    Duration rhs);

Return Value

true if lhs is greater than rhs.

Parameters

Name

Description

lhs

The left‐hand duration.

rhs

The right‐hand duration.

Created with MrDocs