BloombergLP::bdlc::PackedIntArray::append

append overloads

Synopses

Declared in <bdlc_packedintarray.h>

Append an element having the specified value to this array.

void
append(TYPE value);
» more...

Append all values from srcArray to the end of this array.

void
append(PackedIntArray const& srcArray);
» more...

Append numElements values from srcArray starting at srcIndex.

void
append(
    PackedIntArray const& srcArray,
    std::size_t srcIndex,
    std::size_t numElements);
» more...

Parameters

NameDescription
valueelement value to append
srcArraysource array to append
srcIndexfirst index in srcArray to append
numElementsnumber of elements to append