xtd 1.0.0
Loading...
Searching...
No Matches
callable_.hpp
Go to the documentation of this file.
1
4#pragma once
5#error "Do not include this file: Internal use only. Include <xtd/callable> or <xtd/callable.hpp> instead."
6
7
9namespace xtd {
46 template<typename function_t, typename result_t = void, typename... args_t>
47 struct callable;
48}
Definition callable.hpp:11
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8