BloombergLP::bdlb::operator>=

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

Synopsis

Declared in <bdlb_guid.h>

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

Description

Return true if the value of the specified lhs guid object is greater than or equal to the value of the specified rhs guid object, and false otherwise. Note that the comparison is accomplished using a lexicographic comparison of the internal representations.

Return Value

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

Parameters

NameDescription
lhsleft-hand operand
rhsright-hand operand