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