Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template inplace_t<>

boost::mpi::inplace_t<T *>

Synopsis

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

template<typename T> 
struct inplace_t<> {

  // public member functions
  ();

  // public data members
   buffer;
};

Description

inplace_t public member functions

  1. ( inout);

PrevUpHomeNext