Classes | |
| class | var |
| A variant class, that can be used to hold a range of primitive values. More... | |
Functions | |
| bool | operator== (const var &v1, const var &v2) noexcept |
| Compares the values of two var objects, using the var::equals() comparison. | |
| bool | operator!= (const var &v1, const var &v2) noexcept |
| Compares the values of two var objects, using the var::equals() comparison. | |
| bool | operator== (const var &v1, const String &v2) |
| bool | operator!= (const var &v1, const String &v2) |
| bool | operator== (const var &v1, const char *v2) |
| bool | operator!= (const var &v1, const char *v2) |
Compares the values of two var objects, using the var::equals() comparison.
Compares the values of two var objects, using the var::equals() comparison.
| bool operator== | ( | const var & | v1, |
| const char * | v2 | ||
| ) |
| bool operator!= | ( | const var & | v1, |
| const char * | v2 | ||
| ) |