[#BloombergLP-bdlc-PackedIntArrayImp-02-remove-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/PackedIntArrayImp-02.adoc[PackedIntArrayImp<PackedIntArrayImp_Unsigned>]::remove :relfileprefix: ../../../ :mrdocs: Remove from this array, starting at the specified `dstIndex`, the specified `numElements`. Shift the elements of this array that are at `dstIndex + numElements` or above to `numElements` indices lower. The behavior is undefined unless `dstIndex + numElements <= length()`. == Synopsis Declared in `<bdlc_packedintarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void remove( std::size_t dstIndex, std::size_t numElements); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#