allocator_base::const_pointer

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

typedef const Type *const_pointer;

备注

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

要求

标头: <allocators>

命名空间: stdext