Set the array size to N, which the current array must have enough capacity for.
Declared in <llvm/ADT/SmallVector.h>
void
set_size(size_t N);
This does not construct or destroy any elements in the vector.
| Name | Description |
|---|---|
| N | New size; must not exceed capacity(). |