Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clValue operator+(TOpenCLValue *Left, const clValue &Right); | Add Left and Right. |
| 2 | clValue operator+(const clValue &Left, TOpenCLValue *Right); | Add Left and Right. |
Overload 1: clValue operator+(TOpenCLValue *Left, const clValue &Right);
Add Left and Right.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | TOpenCLValue * | |
| 2 | Right | const clValue & |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 2: clValue operator+(const clValue &Left, TOpenCLValue *Right);
Add Left and Right.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | const clValue & | |
| 2 | Right | TOpenCLValue * |
Declared in Dew::Math · Dew.Math/clMtxExpr.h · Cross-compiler