Partager via


allocator_base::const_reference

Un type qui fournit une référence constante au type d'objets managés par l'allocateur.

typedef const Type& const_reference;

Notes

Le type de référence implémente Allocator::const_reference comme un typedef pour const Type&.

Configuration requise

En-tête : <allocateurs>

Espace de noms : stdext