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