Partager via


scoped_allocator_adaptor::rebind, struct

Définit le type Outer::rebind<Other>::other comme synonyme de 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>

Espace de noms : std

Voir aussi

Référence

scoped_allocator_adaptor::construct, méthode