size_t 是标准函数库中的一种类型
定义在头文件cstddef中
是一种unsigned integral type
是一个与机器有关的unsigned type
譬如:sizeof返回值类型为size_t
数组类型下标为size_t