[#BloombergLP-bdlc-PackedIntArray-08-remove-01b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/PackedIntArray-08.adoc[PackedIntArray<int>]::remove :relfileprefix: ../../../ :mrdocs: Remove from this array the elements starting from the specified `dstFirst` up to, but not including, the specified `dstLast`, shifting the elements of this array that are at or above `dstLast` to `dstLast ‐ dstFirst` indices lower. Return an iterator to the new position of the element that was referred to by `dstLast` or `end()` if `dstLast == end()`. The behavior is undefined unless `dstFirst <= dstLast`. == Synopsis Declared in `<bdlc_packedintarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlc/PackedIntArray-08/const_iterator.adoc[const_iterator] remove( xref:BloombergLP/bdlc/PackedIntArray-08/const_iterator.adoc[const_iterator] dstFirst, xref:BloombergLP/bdlc/PackedIntArray-08/const_iterator.adoc[const_iterator] dstLast); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#