Sdílet prostřednictvím


scoped_allocator_adaptor::rebind – struktura

Definuje typ Outer::rebind<Other>::other jako synonymum pro 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;

   };

Požadavky

Záhlaví: <scoped_allocator>

Obor názvů: std

Viz také

Referenční dokumentace

scoped_allocator_adaptor – třída