Get new post automatically.

Enter your email address:


size_t

Unsigned integral type
size_t corresponds to the integral data type returned by the language operator sizeof and is defined in the <cstddef> header file (among others) as an unsigned integral type.

It expresses a size or count in bytes.