Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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