Returns whether one duration is less than or equal to another.
Declared in <absl/time/time.h>
<absl/time/time.h>
constexpr bool operator<=( Duration lhs, Duration rhs);
true if lhs is less than or equal to rhs.
true
lhs
rhs