Same as the preceding overload.
Declared in <bsls_timeinterval.h>
bool
operator<=(
TimeInterval const& lhs,
TimeInterval const& rhs);
true if lhs is less than or equal to rhs; false otherwise
| Name | Description |
|---|---|
| lhs | left-hand time interval |
| rhs | right-hand time interval |