prevector::push_back

Appends a copy of value to the end of the container.

Synopsis

Declared in <prevector.h>

void
push_back(T const& value);

Parameters

NameDescription
valueThe value to append.