allocator_base::reference

A type that provides a reference to the type of object managed by the allocator.

typedef Type& reference;

Remarks

The reference type implements Allocator::reference as a typedef for Type&.

Requirements

Header: <allocators>

Namespace: stdext