📜  size_t c++ 代码示例

📅  最后修改于: 2022-03-11 14:44:45.754000             🧑  作者: Mango

代码示例1
Alias of one of the fundamental unsigned integer types.
It represents the size of any object in bytes and returned
by sizeof operator. It is used for array indexing and counting.
It can never be negative.