absl::operator<

Returns whether one time is earlier than another.

Synopsis

Declared in <absl/time/time.h>

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

Return Value

true if lhs is earlier than rhs.

Parameters

NameDescription
lhsThe left-hand time.
rhsThe right-hand time.