Same as the preceding overload.

Synopses

Declared in <bsls_timeinterval.h>

Same as the preceding overload.

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

Same as the preceding overload.

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

Same as the preceding overload.

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

Return Value

true if lhs is greater than or equal to rhs; false otherwise

Parameters

Name

Description

lhs

left‐hand time interval

rhs

right‐hand time interval

Created with MrDocs