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