Структура scoped_allocator_adaptor::rebind
Указывает тип Outer::rebind<Other>::other как синоним для 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;
};
Требования
заголовок: <scoped_allocator>
std пространство имен: