allocator_base::pointer

提供了一个指向对象类型类型的分配由程序管理的。

typedef Type *pointer;

备注

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

要求

页眉: <分配程序>

**命名空间:**stdext