BloombergLP::bdlc::PackedIntArray::remove

Remove from this array, starting at the specified dstIndex, the specified numElements, shifting 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>

void
remove(
    std::size_t dstIndex,
    std::size_t numElements);