prevector<36, unsigned char>::reserve

Ensures capacity for at least new_capacity elements without changing the size.

Synopsis

Declared in <prevector.h>

void
reserve(size_type new_capacity);

Parameters

NameDescription
new_capacityThe minimum capacity to guarantee.