Same as the preceding overload.

Synopsis

Declared in <bsls_timeinterval.h>

bool
operator==(
    double lhs,
    TimeInterval const& rhs);

Return Value

true if lhs and rhs have the same value; false otherwise

Parameters

Name

Description

lhs

left‐hand seconds as double

rhs

right‐hand time interval

Created with MrDocs