HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
hi
v1
compatible_cancelable_async_function_progress
hi::v1::compatible_cancelable_async_function_progress Concept Reference
Concept definition
template
<
typename
ResultType
,
typename
FuncType
,
typename
...
ArgTypes
>
concept
hi::v1::compatible_cancelable_async_function_progress
=
requires
(
FuncType
f, progress_token
pt
,
ArgTypes
...
args
) {
{
f(
pt
,
args
...)
} -> std::same_as<ResultType>;
}
hi::v1::narrow_cast
constexpr Out narrow_cast(In const &rhs) noexcept
Cast numeric values without loss of precision.
Definition
cast.hpp:378
hi::v1::compatible_cancelable_async_function_progress
Definition
async_task.hpp:126
Generated on Mon Apr 22 2024 12:52:00 for HikoGUI by
1.10.0