Share via


scoped_allocator_adaptor::rebind (Struct)

Define el tipo Outer::rebind<Other>::other como sinónimo 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;

   };

Requisitos

scoped_allocator <deEncabezado: >

Espacio de nombres: std

Vea también

Referencia

scoped_allocator_adaptor (clase)