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

Definition

template<class function_t, class result_t = void, class... args_t>
struct xtd::func_callable< function_t, result_t, args_t >

Represents the func callable (function, method, xtd::delegate, xtd::event, std::functional) concept.

Definition
template<class function_t, class result_t = void, class... args_t>
concept concept func_callable = xtd::invocable<function_t, result_t, args_t...>;
Definition func_callable.hpp:11
Represents the invocable (function, method, xtd::delegate, xtd::event, std::functional) concept.
Definition invocable_.hpp:47
Header
#include <xtd/func_callable>
Namespace
xtd
Library
xtd.core

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