BloombergLP::bdlc::CompactedArray::append

Append to this array an element having the specified value.

Synopsis

Declared in <bdlc_compactedarray.h>

void
append(TYPE const& value);

Description

Note that this method is logically equivalent to: ` push_back(value); `

Parameters

NameDescription
valuevalue of the appended element