allocator_base::const_pointer

常量提供指向对象类型的类型分配由程序管理的。

typedef const Type *const_pointer;

备注

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

要求

页眉: <分配程序>

**命名空间:**stdext