Append to this array an element having the specified value.

Synopsis

Declared in <bdlc_compactedarray.h>

void
push_back(TYPE const& value);

Parameters

Name

Description

value

value of the appended element

Created with MrDocs