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
Name |
Description |
lhs |
left‐hand sort item |
rhs |
right‐hand sort item |
Created with MrDocs