[#BloombergLP-bdlc-PackedIntArrayConstIterator-operator_minus] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/PackedIntArrayConstIterator.adoc[PackedIntArrayConstIterator]::operator‐ :relfileprefix: ../../../ :mrdocs: Return an iterator referencing the location at the specified `offset` from the element referenced by this iterator. The returned iterator, `it`, referencing an element within a `PackedIntArray`, `array`, remains valid as long as `0 <= it ‐ array.begin() <= array.length()`. The behavior is undefined unless `PackedIntArrayConstInterator() != *this` and `0 <= *this ‐ array.begin() ‐ offset <= array.length()`. == Synopsis Declared in `<bdlc_packedintarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlc/PackedIntArrayConstIterator.adoc[PackedIntArrayConstIterator<TYPE>] operator‐(std::ptrdiff_t offset) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#