xtd 0.2.0
action.h File Reference
#include "delegate.h"

Definition

Contains xtd::action delegate.

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

Go to the source code of this file.

Namespaces

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

Typedefs

template<typename... arguments_t>
using xtd::action = delegate< void(arguments_t...)>
 Represents a xtd::delegate that has variable parameters and does not return a value. More...