HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
hi
v1
compatible_cancelable_async_task_none
hi::v1::compatible_cancelable_async_task_none Concept Reference
Concept definition
template
<
typename
ResultType,
typename
FuncType,
typename
... ArgTypes>
concept
hi::v1::compatible_cancelable_async_task_none
=
requires
(FuncType f, ArgTypes... args) {
{
f(args...)
} -> std::same_as<task<ResultType>>;
}
hi::v1::compatible_cancelable_async_task_none
Definition
async_task.hpp:141
Generated on Mon Apr 22 2024 12:51:40 for HikoGUI by
1.10.0