BloombergLP::bdlmt::operator>=

Return true if lhs is ordered after or equal to rhs.

Synopsis

Declared in <bdlmt_signaler.h>

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

Description

Return true if the specified lhs is greater than or equal to the specified rhs and false otherwise.

Return Value

true if lhs is ordered after or equal to rhs, and false otherwise

Parameters

NameDescription
lhsleft-hand-side connection
rhsright-hand-side connection