|
dot-xx
A personal collection of small C++ modules
|
Different types of sizes the vector container types can have from the libraries' perspective. More...
Classes | |
| struct | Dynamic |
| Size is a runtime value during construction and can be changed. More... | |
| struct | RuntimeFixed |
| Size can't be changed but unknown at compile time. More... | |
| struct | Bound |
| Size is a runtime value during construction and can be changed, but limited by a compile-time constant. More... | |
| struct | Static |
| Size is a compile-time constant and cannot be modified. More... | |
Different types of sizes the vector container types can have from the libraries' perspective.