Return whether the left iterator follows 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 follows rhs, and false otherwise

Parameters

Name

Description

lhs

left‐hand‐side iterator

rhs

right‐hand‐side iterator

Created with MrDocs