xtd 0.2.0
Loading...
Searching...
No Matches
action.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "delegate.hpp"
6
8namespace xtd {
19 template<class ...arguments_t>
20 using action = delegate <void(arguments_t...)>;
21}
Contains xtd::delegate <result_t(arguments_t...)> delegate.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8