Addition assignment operators
Declared in <bsls_timeinterval.h>
Add a real number of seconds to this time interval.
TimeInterval&
operator+=(double rhs);
» more...
Add the specified rhs time interval to this object.
TimeInterval&
operator+=(TimeInterval const& rhs);
» more...
a reference providing modifiable access to this object
| Name | Description |
|---|---|
| rhs | right-hand seconds as double |