Return an iterator at the specified offset from iterator.
Declared in <bdlc_compactedarray.h>
template<class TYPE>
bdlc::CompactedArray_ConstIterator<TYPE>
operator+(
std::ptrdiff_t offset,
CompactedArray_ConstIterator<TYPE> const& iterator);
Same as the preceding overload with operands swapped.
iterator at the specified offset from iterator
| Name | Description |
|---|---|
| offset | number of positions to advance |
| iterator | base iterator |