BloombergLP::bdlc::operator==

Return true if the values stored in lhs and rhs are equal.

Synopsis

Declared in <bdlc_compactedarray.h>

template<class TYPE>
bool
operator==(
    CompactedArray_CountedValue<TYPE> const& lhs,
    CompactedArray_CountedValue<TYPE> const& rhs);

Description

Note that the reference counts are intentionally ignored.

Return Value

true if the values are equal, and false otherwise

Parameters

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