allocator_base::size_type

可以表示任何序列的长度模板选件类 allocator_base 对象可以分配的无符号整数类型。

typedef std::size_t size_type;

备注

无符号整数类型实现 Allocator::size_type 作为 std::size_t的typedef。

要求

标头: <allocators>

命名空间: stdext