xtd 0.2.0
overload.h File Reference
#include <functional>

Definition

Contains xtd::overload class.

Include dependency graph for overload.h:
This graph shows which files directly or indirectly include this file:

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

 xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 

Macros

#define const_overload_   xtd::const_overload_
 Helper keyword that use to determine one of const overloaded methods. More...
 
#define non_const_overload_   xtd::non_const_overload_
 Helper keyword that use to determine one of non const overloaded methods. More...
 
#define overload_   xtd::overload_
 Helper keyword that use to determine one of const and non const overloaded methods. More...