[#BloombergLP-bdlc-operator_minus-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::operator‐ :relfileprefix: ../../ :mrdocs: Return an iterator at the negated specified offset from the given iterator (see free `operator‐`). == Synopsis Declared in `<bdlc_compactedarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<> xref:BloombergLP/bdlc/CompactedArray_ConstIterator.adoc[CompactedArray_ConstIterator<TYPE>] operator‐( xref:BloombergLP/bdlc/CompactedArray_ConstIterator.adoc[CompactedArray_ConstIterator<TYPE>] const&, std::ptrdiff_t); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#