Compartir a través de


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

encabezado: <scoped_allocator>

espacio de nombres: std

Vea también

Referencia

scoped_allocator_adaptor (clase)