BloombergLP::bdlc::PackedIntArrayImp::remove

remove overloads

Synopses

Declared in <bdlc_packedintarray.h>

Remove the element at the specified dstIndex.

void
remove(std::size_t dstIndex);
» more...

Remove numElements starting at dstIndex.

void
remove(
    std::size_t dstIndex,
    std::size_t numElements);
» more...

Parameters

NameDescription
dstIndexindex of the element to remove
numElementsnumber of elements to remove