BloombergLP::bsls::operator>=

Greater-than-or-equal operators

Synopses

Declared in <bsls_timeinterval.h>

Same as the preceding overload.

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

Same as the preceding overload, converting rhs from double.

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

Same as the preceding overload, converting lhs from double.

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