Freigeben über


scoped_allocator_adaptor::rebind-Struktur

Definiert den Typ Outer::rebind<Other>::other als Synonym für 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;

   };

Anforderungen

Header: <scoped_allocator>

Namespace: std

Siehe auch

Referenz

scoped_allocator_adaptor-Klasse