BloombergLP::bdlt::operator>

Return true if the specified lhs interval is greater than the specified rhs interval, and false otherwise.

Synopsis

Declared in <bdlt_datetimeinterval.h>

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

Return Value

true if lhs is greater than rhs, and false otherwise

Parameters

NameDescription
lhsleft-hand time interval
rhsright-hand time interval