BloombergLP::bsls::operator+

Same as the preceding overload.

Synopsis

Declared in <bsls_timeinterval.h>

bsls::TimeInterval
operator+(
    double lhs,
    TimeInterval const& rhs);

Return Value

sum of lhs and rhs as a TimeInterval

Parameters

NameDescription
lhsleft-hand seconds as double
rhsright-hand time interval