xtd 1.0.0
Loading...
Searching...
No Matches
xtd::action_callable< function_t, result_t, args_t > Struct Template Reference

Definition

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>
concept concept action_callable = xtd::invocable<actiontion_t, void, 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

The documentation for this struct was generated from the following file: