[#BloombergLP-bdlc-PackedIntArrayImp-0a-remove-0b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/PackedIntArrayImp-0a.adoc[PackedIntArrayImp]::remove :relfileprefix: ../../../ :mrdocs: `remove` overloads == Synopses Declared in `<bdlc_packedintarray.h>` Remove the element at the specified `dstIndex`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bdlc/PackedIntArrayImp-0a/remove-0c.adoc[remove](std::size_t dstIndex); ---- [.small]#xref:BloombergLP/bdlc/PackedIntArrayImp-0a/remove-0c.adoc[_» more..._]# Remove `numElements` starting at `dstIndex`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bdlc/PackedIntArrayImp-0a/remove-08.adoc[remove]( std::size_t dstIndex, std::size_t numElements); ---- [.small]#xref:BloombergLP/bdlc/PackedIntArrayImp-0a/remove-08.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *dstIndex* | index of the element to remove | *numElements* | number of elements to remove |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#