|
inkcpp
|
Statistic data for an container data type. More...
#include <config.h>
Public Attributes | |
| int | capacity |
| current capacity of the container. | |
| int | size |
| current size aka activly used elements inside the container. | |
Statistic data for an container data type.
| int ink::config::statistics::container::capacity |
current capacity of the container.
This does typicall only inceares over the runtime.