Return an iterator at the specified offset from the given iterator (see free operator+).
Declared in <bdlc_compactedarray.h>
template<>
CompactedArray_ConstIterator<TYPE>
operator+<>(
CompactedArray_ConstIterator<TYPE> const& iterator,
std::ptrdiff_t offset);
iterator at the specified offset from iterator
| Name | Description |
|---|---|
| iterator | base iterator |
| offset | number of positions to advance |