Changes the size to new_size without initializing any newly added elements.
Synopsis
Declared in <prevector.h>
void
resize_uninitialized(size_type new_size);
Parameters
Name |
Description |
new_size |
The desired number of elements. |
Created with MrDocs