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

Parameters

Name

Description

lhs

left‐hand‐side iterator

rhs

right‐hand‐side iterator

Created with MrDocs