Addition assignment operators
Synopses
Declared in <bsls_timeinterval.h>
Add a real number of seconds to this time interval.
TimeInterval&
operator+=(double rhs);
Add the specified rhs time interval to 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