absl::operator>=

Returns whether one time is later than or equal to another.

Synopsis

Declared in <absl/time/time.h>

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

Return Value

true if lhs is later than or equal to rhs.

Parameters

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