xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
async_callback_callable.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
async_result.hpp
"
6
#include "
invocable.hpp
"
7
9
namespace
xtd
{
10
// Since Doxygen does not work properly with the C++ concept, the documentation for this concept is declared in xtd/async_callback_callable_.hpp
11
template
<
typename
function_t>
12
concept
async_callback_callable
=
xtd::invocable<function_t, void, xtd::async_result>
;
13
}
async_result.hpp
Contains xtd::async_result alias.
xtd::async_callback_callable
Definition
async_callback_callable.hpp:12
invocable.hpp
Contains xtd::invocable concept.
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
xtd::invocable
Represents the invocable (function, method, xtd::delegate, xtd::event, std::functional) concept.
Definition
invocable_.hpp:47
Generated on
for xtd by
Gammasoft
. All rights reserved.