Append to this array an element having the specified value. Note that this method is logically equivalent to: ` push_back(value); `
value
Declared in <bdlc_compactedarray.h>
<bdlc_compactedarray.h>
void append(TYPE const& value);