Up: C++ Bindings on all MPI Classes
Next: Inter-language Operability
Previous: Copy / Assignment
Since Status instances are not handles to underlying MPI
objects, the operator==() and operator!=() functions are not
defined on the Status class.
namespace MPI {
bool <CLASS>::operator==(const <CLASS>& data) const
bool <CLASS>::operator!=(const <CLASS>& data) const
};
Up: C++ Bindings on all MPI Classes
Next: Inter-language Operability
Previous: Copy / Assignment
Return to MPI-2 Standard Index
Return to MPI 1.1 Standard Index
Return to MPI Forum Home Page
MPI-2.0 of July 18, 1997
HTML Generated on August 11, 1997