xtd - Reference Guide
0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
|
#include "delegate.h"
Contains xtd::action delegate.
Go to the source code of this file.
Namespaces | |
namespace | 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. | |