Home | Libraries | People | FAQ | More |
boost::mpi::allocator::rebind — Retrieve the type of an allocator similar to this allocator but for a different value type.
// In header: <boost/mpi/allocator.hpp> // Retrieve the type of an allocator similar to this allocator but for a // different value type. template<typename U> struct rebind { // types typedef allocator< U > other; };