prevector<36, unsigned char>::push_back

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

Synopsis

Declared in <prevector.h>

void
push_back(unsigned char const& value);

Parameters

NameDescription
valueThe value to append.