BloombergLP::bsls::TimeInterval::operator+=

Addition assignment operators

Synopses

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...

Return Value

a reference providing modifiable access to this object

Parameters

NameDescription
rhsright-hand seconds as double