类型 std::size_t 是某个无符号整数类型的别名,但具体使用哪种类型可能因编译器而异(可能是 unsigned int、unsigned long、unsigned long long 等)。
在讨论容器大小以及通过 sizeof 操作符表示的对象在内存中所占空间时,经常会遇到 std::size_t 类型。