resize
Description
Changes the SVector container size (not the SVector capacity).
Definition
1 | void resize(std::size_t size) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
size |
Input |
Changes the SVector container size to size. |
Restrictions
When the function is called, the size input parameter cannot exceed the SVector capacity. Otherwise, an exception is thrown.
Parent topic: SVector