mpiObjectMapAND_ASSIGN
Declaration
#define mpiObjectMapAND_ASSIGN(dst,src) ((dst) &= (src))
Description
Bitwise ANDs the dst object map with the src object map and assigns the result to dst.
See Also
mpiObjectMapASSIGN