TVecInt::operator+ Operator

Overload List

#SignatureDescription
1VectorInt operator+(TVecInt *Left, const VectorInt &Right);Add coresponding elements in Left and Right.
2VectorInt 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.

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

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

Add coresponding elements in Left and Right.

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