template<typename function_t, typename result_t = void, typename... args_t>
struct xtd::action_callable< function_t, result_t, args_t >
Represents the action callable (actiontion, method, xtd::delegate, xtd::event, std::actiontional) concept.
- Definition
template<typename actiontion_t, typename result_t = void, typename... args_t>
Definition action_callable.hpp:11
Represents the invocable (function, method, xtd::delegate, xtd::event, std::functional) concept.
Definition invocable_.hpp:47
- Header
#include <xtd/action_callable>
- Namespace
- xtd
- Library
- xtd.core