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