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.

Return Value

a reference providing modifiable access to this object

Parameters

Name

Description

rhs

right‐hand seconds as double

Created with MrDocs