Overload List
| # | Signature | Description |
|---|---|---|
| 1 | VectorInt operator+(TVecInt *Left, const VectorInt &Right); | Add coresponding elements in Left and Right. |
| 2 | VectorInt operator+(const VectorInt &Left, TVecInt *Right); | Add coresponding elements in Left and Right. |
Overload 1: VectorInt operator+(TVecInt *Left, const VectorInt &Right);
Add coresponding elements in Left and Right.
Declared in Dew::Math · Dew.Math/MtxExprInt.h · Cross-compiler