BloombergLP::bdlc::operator<

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

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