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