Return whether the left iterator precedes or equals the right (see free operator<=).
Declared in <bdlc_packedintarray.h>
template<>
bool
operator<=<>(
PackedIntArrayConstIterator const& lhs,
PackedIntArrayConstIterator const& rhs);
true if lhs precedes or equals rhs, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand-side iterator |
| rhs | right-hand-side iterator |