TVecByte::operator^ Operator

Overload List

#SignatureDescription
1VectorInt operator^(TVecInt *Left, const VectorInt &Right);Performs logical "xor" between Left and Right.
2VectorInt operator^(const VectorInt &Left, TVecInt *Right);Performs logical "xor" between Left and Right.

Overload 1: VectorInt operator^(TVecInt *Left, const VectorInt &Right);

Performs logical "xor" between Left and Right.

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

Overload 2: VectorInt operator^(const VectorInt &Left, TVecInt *Right);

Performs logical "xor" between Left and Right.

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