Struct scoped_allocator_adaptor::rebind
Define o tipo Outer::rebind<Other>::other como um sinônimo para 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 <deCabeçalho: >
Namespace: std