[#BloombergLP-bdlc-operator_plus-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::operator+ :relfileprefix: ../../ :mrdocs: Return an iterator at the specified `offset` from `iterator`. == Synopsis Declared in `<bdlc_compactedarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> xref:BloombergLP/bdlc/CompactedArray_ConstIterator.adoc[bdlc::CompactedArray_ConstIterator<TYPE>] operator+( std::ptrdiff_t offset, xref:BloombergLP/bdlc/CompactedArray_ConstIterator.adoc[CompactedArray_ConstIterator<TYPE>] const& iterator); ---- == Description Same as the preceding overload with operands swapped. == Return Value iterator at the specified offset from `iterator` == Parameters [cols="1,4"] |=== | Name| Description | *offset* | number of positions to advance | *iterator* | base iterator |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#