Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void SetInclude(unsigned long long &dstSet, const unsigned long long Item); | |
| 2 | void SetInclude(unsigned int &dstSet, const unsigned int Item); |
Overload 1: void SetInclude(unsigned long long &dstSet, const unsigned long long Item);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | dstSet | unsigned long long & | |
| 2 | Item | const unsigned long long |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 2: void SetInclude(unsigned int &dstSet, const unsigned int Item);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | dstSet | unsigned int & | |
| 2 | Item | const unsigned int |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler