size_t typedef

size_t = int

Unsigned integral type of the result of the sizeof operator.

Implementation

typedef size_t = int;