Same as the preceding overload.
Declared in <bsls_timeinterval.h>
bsls::TimeInterval
operator+(
TimeInterval const& lhs,
double rhs);
sum of lhs and rhs as a TimeInterval
| Name | Description |
|---|---|
| lhs | left-hand time interval |
| rhs | right-hand seconds as double |