Condividi tramite


Struct scoped_allocator_adaptor::rebind

Definisce il tipo Outer::rebind<Other>::other come un sinonimo di 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;

   };

Requisiti

scoped_allocator <diIntestazione: >

Spazio dei nomi: std

Vedere anche

Riferimenti

Classe scoped_allocator_adaptor