Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class allocator<>

boost::mpi::allocator<void> — Allocator specialization for void value types.

Synopsis

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


class allocator<> {
public:
  // types
  typedef        ;      
  typedef  ;
  typedef          ;   

  // member classes/structs/unions
  
  struct rebind {
    // types
    typedef allocator<  ;
  };
};

Description

The void specialization of allocator is useful only for rebinding to another, different value type.


PrevUpHomeNext