Partager via


allocator_base::const_pointer

Un type qui fournit un pointeur change pas au type d'objet a géré par l'allocateur.

typedef const Type *const_pointer;

Notes

Le type pointeur implémente Allocator::const_pointer sous forme de typedef pour const Type*.

Configuration requise

en-tête : <allocators>

stdext del'espace de noms :