#include "delegate.hpp"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<class ... arguments_t> | |
| using | xtd::action |
| Represents a xtd::delegate that has variable parameters and does not return a value. | |