BloombergLP::bsls::TimeInterval::operator-=

Subtraction assignment operators

Synopses

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

Return Value

a reference providing modifiable access to this object

Parameters

NameDescription
rhsright-hand seconds as double