Share via


allocator_base::const_pointer

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

typedef const Type *const_pointer;

Remarks

The pointer type implements Allocator::const_pointer as a typedef for const Type*.

Requirements

Header: <allocators>

Namespace: stdext

See Also

Other Resources

allocator_base Members