Return true if the value stored in lhs is less than rhs.
Synopsis
Declared in <bdlc_compactedarray.h>
template<class TYPE>
bool
operator<(
CompactedArray_CountedValue<TYPE> const& lhs,
TYPE const& rhs);
Description
Note that the reference count is intentionally ignored.
Return Value
true if the value in lhs is less than rhs, and false otherwise
Parameters
Name |
Description |
lhs |
left‐hand‐side counted value |
rhs |
right‐hand‐side value |
Created with MrDocs