BloombergLP::bdlc::PackedIntArrayImp::resize

Set the length of this array to the specified numElements.

Synopsis

Declared in <bdlc_packedintarray.h>

void
resize(std::size_t numElements);

Description

If numElements > length(), the added elements are initialized to 0.

Parameters

NameDescription
numElementsnew length of this array