remove overloads

Synopses

Declared in <bdlc_packedintarray.h>

Remove the element at the specified dstIndex.

void
remove(std::size_t dstIndex);

Remove numElements starting at dstIndex.

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

Parameters

Name

Description

dstIndex

index of the element to remove

numElements

number of elements to remove

Created with MrDocs