TOpenCLValue::operator+ Operator

Overload List

#SignatureDescription
1clValue operator+(TOpenCLValue *Left, const clValue &Right);Add Left and Right.
2clValue operator+(const clValue &Left, TOpenCLValue *Right);Add Left and Right.

Overload 1: clValue operator+(TOpenCLValue *Left, const clValue &Right);

Add Left and Right.

#NameTypeDescription
1LeftTOpenCLValue *
2Rightconst clValue &
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler

Overload 2: clValue operator+(const clValue &Left, TOpenCLValue *Right);

Add Left and Right.

#NameTypeDescription
1Leftconst clValue &
2RightTOpenCLValue *
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler