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_tag

boost::mpi::any_tag — A constant representing "any tag.".

Synopsis

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

const int any_tag;

Description

This constant may be used for the tag parameter of receive operations to indicate that a send with any tag will be matched by the receive.


PrevUpHomeNext