Returns whether one time is later than another.

Synopsis

Declared in <absl/time/time.h>

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

Return Value

true if lhs is later than rhs.

Parameters

Name

Description

lhs

The left‐hand time.

rhs

The right‐hand time.

Created with MrDocs