allocator_base::size_type
An unsigned integral type that can represent the length of any sequence that an object of template class allocator_base can allocate.
typedef std::size_t size_type;
Remarks
The unsigned integer type implements Allocator::size_type as a typedef for std::size_t.
Requirements
Header: <allocators>
Namespace: stdext