absl::operator<=

Returns whether one time is earlier 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 earlier than or equal to rhs.

Parameters

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