allocator_base::value_type
A type that is managed by the allocator.
typedef Type value_type;
Remarks
The object type implements allocator::value_type as a typedef for Type.
Requirements
Header: <allocators>
Namespace: stdext
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
A type that is managed by the allocator.
typedef Type value_type;
The object type implements allocator::value_type as a typedef for Type.
Header: <allocators>
Namespace: stdext