Same as the preceding overload.

Synopsis

Declared in <bsls_timeinterval.h>

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

Return Value

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

Parameters

Name

Description

lhs

left‐hand time interval

rhs

right‐hand seconds as double

Created with MrDocs