TMtxSmallInt::operator^ Operator

Overload List

#SignatureDescription
1MatrixInt operator^(TMtxInt *Left, const MatrixInt &Right);Performs logical "xor" between Left and Right.
2MatrixInt 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.

#NameTypeDescription
1LeftTMtxInt *
2Rightconst MatrixInt &
Declared in Dew::Math · Dew.Math/MtxExprInt.h · Cross-compiler

Overload 2: MatrixInt operator^(const MatrixInt &Left, TMtxInt *Right);

Performs logical "xor" between Left and Right.

#NameTypeDescription
1Leftconst MatrixInt &
2RightTMtxInt *
Declared in Dew::Math · Dew.Math/MtxExprInt.h · Cross-compiler