共用方式為


allocator_base::const_pointer

提供常數指標的物件的型別是由配置器處理。

typedef const Type *const_pointer;

備註

指標型別會實作 Allocator::const_pointer 做為 const Type*的 typedef。

需求

標題: <配置器>

**命名空間:**stdext