Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct rebind

boost::container::new_allocator<void>::rebind

Synopsis

// In header: <boost/container/new_allocator.hpp>



struct rebind {
  // types
  typedef new_allocator<  ;
};

Description

Obtains an new_allocator that allocates objects of type T2


PrevUpHomeNext