BloombergLP::bdlcc::operator<

Return true if lhs is ordered before rhs by stripe, then data.

Synopsis

Declared in <bdlcc_stripedunorderedcontainerimpl.h>

bool
operator<(
    StripedUnorderedContainerImpl_SortItem const& lhs,
    StripedUnorderedContainerImpl_SortItem const& rhs);

Return Value

true if lhs is ordered before rhs, and false otherwise

Parameters

NameDescription
lhsleft-hand sort item
rhsright-hand sort item