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