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().
Declared in <bdlc_packedintarray.h>
void
remove(
std::size_t dstIndex,
std::size_t numElements);