13.13.3. Comparison


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

MPI-2.0 of July 18, 1997
HTML Generated on August 11, 1997