allocator_base::const_pointer
Un tipo che fornisce un puntatore costante al tipo di oggetto è gestito da allocatore.
typedef const Type *const_pointer;
Note
Il tipo di puntatore implementa Allocator::const_pointer come typedef per const Type*.
Requisiti
intestazione: <allocators>
Stdext diSpazio dei nomi: