Return true if lhs is ordered before rhs by stripe, then data.
Declared in <bdlcc_stripedunorderedcontainerimpl.h>
bool
operator<(
StripedUnorderedContainerImpl_SortItem const& lhs,
StripedUnorderedContainerImpl_SortItem const& rhs);
true if lhs is ordered before rhs, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand sort item |
| rhs | right-hand sort item |