inkcpp
Loading...
Searching...
No Matches
ink::config::statistics::container Struct Reference

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.

Detailed Description

Statistic data for an container data type.

Member Data Documentation

◆ capacity

int ink::config::statistics::container::capacity

current capacity of the container.

This does typicall only inceares over the runtime.


The documentation for this struct was generated from the following file: