[#BloombergLP-bdlc-PackedIntArray-0b-remove-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/PackedIntArray-0b.adoc[PackedIntArray]::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/PackedIntArray-0b/remove-01.adoc[remove](std::size_t dstIndex); ---- [.small]#xref:BloombergLP/bdlc/PackedIntArray-0b/remove-01.adoc[_» more..._]# Remove elements in the half‐open range `[dstFirst, dstLast)]`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlc/PackedIntArray-0b/const_iterator.adoc[PackedIntArray<TYPE>::const_iterator] xref:BloombergLP/bdlc/PackedIntArray-0b/remove-08.adoc[remove]( xref:BloombergLP/bdlc/PackedIntArray-0b/const_iterator.adoc[const_iterator] dstFirst, xref:BloombergLP/bdlc/PackedIntArray-0b/const_iterator.adoc[const_iterator] dstLast); ---- [.small]#xref:BloombergLP/bdlc/PackedIntArray-0b/remove-08.adoc[_» more..._]# Remove `numElements` starting at `dstIndex`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bdlc/PackedIntArray-0b/remove-07.adoc[remove]( std::size_t dstIndex, std::size_t numElements); ---- [.small]#xref:BloombergLP/bdlc/PackedIntArray-0b/remove-07.adoc[_» more..._]# == Return Value iterator to the new position of the former `dstLast` element, or `end()` if `dstLast == end()` == Parameters [cols="1,4"] |=== | Name| Description | *dstIndex* | index of the element to remove | *dstFirst* | iterator to the first element to remove | *dstLast* | iterator one past the last element to remove | *numElements* | number of elements to remove |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#