2.13.3 Comparison

Since Status instances are not handles to underlying MPI-/ objects, the operator==() and operator!=() functions are not defined on the Status class.

namespace MPI {
7em=1 bool $\langle$CLASS$\rangle$::operator==(const $\langle$CLASS$\rangle$& data) const



7em=1 bool $\langle$CLASS$\rangle$::operator!=(const $\langle$CLASS$\rangle$& data) const



};

MPI-Standard for MARMOT