


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 Standard Index
Return to MPI Forum Home Page
Return to MPI Home Page
MPI-2.0 of July 18, 1997
HTML Generated on November 1, 2000