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

Synopsis

Declared in <prevector.h>

void
push_back(unsigned char const& value);

Parameters

Name

Description

value

The value to append.

Created with MrDocs