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