Overload List
| # | Signature | Description |
|---|---|---|
| 1 | MatrixInt operator^(TMtxInt *Left, const MatrixInt &Right); | Performs logical "xor" between Left and Right. |
| 2 | MatrixInt operator^(const MatrixInt &Left, TMtxInt *Right); | Performs logical "xor" between Left and Right. |
Overload 1: MatrixInt operator^(TMtxInt *Left, const MatrixInt &Right);
Performs logical "xor" between Left and Right.
Declared in Dew::Math · Dew.Math/MtxExprInt.h · Cross-compiler