allocator_base::pointer

提供一个指向对象的类型由该赋值程序管理的。

typedef Type *pointer;

备注

指针类型实现 Allocator::pointer 作为 Type的*一typedef。

要求

标头: <allocators>

命名空间: stdext