Home | Libraries | People | FAQ | More |
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 |