Partager via


scoped_allocator_adaptor::rebind, struct

Définit le type Outer::rebind<Other>::other comme un synonyme pour scoped_allocator_adaptor<Other, Inner...>.

template<class Other>
   struct rebind{
      typedef Other_traits::rebind<Other> Other_alloc;
      typedef scoped_allocator_adaptor<Other_alloc, Inner...> other;

   };

Configuration requise

en-tête : <scoped_allocator>

l'espace de noms : DST

Voir aussi

Référence

scoped_allocator_adaptor::construct, méthode