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.

Return Value

a reference providing modifiable access to this object

Parameters

Name

Description

rhs

right‐hand seconds as double

Created with MrDocs