BloombergLP::bdlc::operator<

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

NameDescription
lhsleft-hand-side counted value
rhsright-hand-side value