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 the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Global any_source

boost::mpi::any_source — A constant representing "any process.".

Synopsis

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

const int any_source;

Description

This constant may be used for the source parameter of receive operations to indicate that a message may be received from any source.


PrevUpHomeNext