Same as the preceding overload.

Synopsis

Declared in <bsls_timeinterval.h>

bool
operator>(
    TimeInterval const& lhs,
    TimeInterval const& rhs);

Return Value

true if lhs is greater than rhs; false otherwise

Parameters

Name

Description

lhs

left‐hand time interval

rhs

right‐hand time interval

Created with MrDocs