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