![]() |
xtd - Reference Guide
0.1.2
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
|
#include <functional>Contains xtd::overload class.
Go to the source code of this file.
Classes | |
| struct | xtd::const_overload< args_t > |
| Represents class that use to determine one of const overloaded methods. More... | |
| struct | xtd::non_const_overload< args_t > |
| Represents class that use to determine one of non const overloaded methods. More... | |
| struct | xtd::overload< args_t > |
| Represents class that use to determine one of const and non const overloaded methods. More... | |
Namespaces | |
| namespace | xtd |
| The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
Macros | |
| #define | const_overload_ |
| Helper keyword that use to determine one of const overloaded methods. | |
| #define | non_const_overload_ |
| Helper keyword that use to determine one of non const overloaded methods. | |
| #define | overload_ |
| Helper keyword that use to determine one of const and non const overloaded methods. | |