[#BloombergLP-bslstl-RandomAccessIterator-operator_plus_eq] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/RandomAccessIterator.adoc[RandomAccessIterator]::operator+= :relfileprefix: ../../../ :mrdocs: Advance this iterator by the specified offset. == Synopsis Declared in `<bslstl_randomaccessiterator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslstl/RandomAccessIterator.adoc[RandomAccessIterator<T, ITER_IMP, TAG_TYPE>]& operator+=(xref:BloombergLP/bslstl/RandomAccessIterator/difference_type.adoc[difference_type] offset); ---- == Description Increment by the specified `offset` number of elements. Return a reference to this modifiable iterator. The behavior is undefined unless the iterator, after incrementing by `offset`, is within the bounds of the underlying sequence. == Return Value reference to this modifiable iterator == Parameters [cols="1,4"] |=== | Name| Description | *offset* | number of elements to advance |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#