Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct rebind

boost::mpi::allocator<void>::rebind

Synopsis

// In header: <boost/mpi/allocator.hpp>



struct rebind {
  // types
  typedef allocator< U > other;
};

PrevUpHomeNext