Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::mpi::inplace_t< T > Struct Template Reference

Wrapper type to explicitly indicate that a input data can be overriden with an output value. More...

#include <inplace.hpp>

Public Member Functions

 inplace_t (T &inout)
 

Public Attributes

Tbuffer
 

Detailed Description

template<typename T>
struct boost::mpi::inplace_t< T >

Wrapper type to explicitly indicate that a input data can be overriden with an output value.

Constructor & Destructor Documentation

template<typename T>
boost::mpi::inplace_t< T >::inplace_t ( T inout)
inline

Member Data Documentation

template<typename T>
T& boost::mpi::inplace_t< T >::buffer

Referenced by boost::mpi::all_reduce().


The documentation for this struct was generated from the following file: