Overload List
| # | Signature | Description |
|---|---|---|
| 1 | VectorInt operator&(TVecInt *Left, const VectorInt &Right); | Computes bitwise "and" between Left and right. |
| 2 | VectorInt operator&(const VectorInt &Left, TVecInt *Right); | Computes bitwise "and" between Left and right. |
| 3 | VectorInt operator&(const VectorInt &Left, const VectorInt &Right); | Computes bitwise "and" between Left and right. |
Overload 1: VectorInt operator&(TVecInt *Left, const VectorInt &Right);
Computes bitwise "and" between Left and right.
Declared in Dew::Math · Dew.Math/MtxExprInt.h · Cross-compiler
Overload 2: VectorInt operator&(const VectorInt &Left, TVecInt *Right);
Computes bitwise "and" between Left and right.
Declared in Dew::Math · Dew.Math/MtxExprInt.h · Cross-compiler