BloombergLP::bdlc::operator<<>

Return whether the left iterator precedes the right (see free operator<).

Synopsis

Declared in <bdlc_packedintarray.h>

template<>
bool
operator<<>(
    PackedIntArrayConstIterator const& lhs,
    PackedIntArrayConstIterator const& rhs);

Return Value

true if lhs precedes rhs, and false otherwise

Parameters

NameDescription
lhsleft-hand-side iterator
rhsright-hand-side iterator