Overload List
| # | Signature | Description |
|---|---|---|
| 1 | VectorInt operator^(TVecInt *Left, const VectorInt &Right); | Performs logical "xor" between Left and Right. |
| 2 | VectorInt operator^(const VectorInt &Left, TVecInt *Right); | Performs logical "xor" between Left and Right. |
| 3 | VectorInt operator^(const VectorInt &Left, const VectorInt &Right); | Performs logical "xor" between Left and Right. |
Overload 1: VectorInt operator^(TVecInt *Left, const VectorInt &Right);
Performs logical "xor" between Left and Right.
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.
Declared in Dew::Math · Dew.Math/MtxExprInt.h · Cross-compiler