Overload List
| # | Signature | Description |
|---|---|---|
| 1 | VectorInt &operator=(const VectorInt &aSrc); | |
| 2 | VectorInt &operator=(std::initializer_list<int> aValues); |
Overload 1: VectorInt &operator=(const VectorInt &aSrc);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aSrc | const VectorInt & |
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler
Overload 2: VectorInt &operator=(std::initializer_list<int> aValues);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aValues | std::initializer_list<int> |
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler