次の方法で共有


scoped_allocator_adaptor::rebind 構造体

**scoped_allocator_adaptor<Other, Inner...>**のシノニムと Outer::rebind<Other>::other 型を定義します。

template<class Other>
   struct rebind{
      typedef Other_traits::rebind<Other> Other_alloc;
      typedef scoped_allocator_adaptor<Other_alloc, Inner...> other;

   };

必要条件

ヘッダー: <scoped_allocator>

名前空間: std

参照

関連項目

scoped_allocator_adaptor クラス