Resizes the underlying storage to the given capacity.
Synopsis
Declared in <util/subprocess.h>
void
add_cap(size_t cap);
Parameters
Name |
Description |
cap |
New size of the underlying vector, in bytes. |
Created with MrDocs