Share via


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