xtd 1.0.0
Loading...
Searching...
No Matches
invocable_.hpp
Go to the documentation of this file.
1
4#pragma once
5#error "Do not include this file: Internal use only. Include <xtd/invocable> or <xtd/invocable.hpp> instead."
6
7
9namespace xtd {
46 template<class function_t, class result_t = void, class... args_t>
47 struct invocable;
48}
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Represents the invocable (function, method, xtd::delegate, xtd::event, std::functional) concept.
Definition invocable_.hpp:47