BloombergLP::bdlc::operator>

Return whether the left iterator follows the right (see free operator>).

Synopsis

Declared in <bdlc_compactedarray.h>

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

Return Value

true if lhs follows rhs, and false otherwise

Parameters

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