Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2013. The current version is 1.89.0.
boost::mpi::skeleton — Create a skeleton proxy object.
// In header: <boost/mpi/skeleton_and_content.hpp> template<typename T> const skeleton_proxy< T > skeleton(T & x);
This routine creates an instance of the skeleton_proxy class. It will typically be used when calling send, recv, or broadcast, to indicate that only the skeleton (structure) of an object should be transmitted and not its contents.
Parameters: |
|
||
Returns: |
a skeleton_proxy object referencing |