HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
v1
awaitable_with_co_await_free_function
v1::awaitable_with_co_await_free_function Concept Reference
Concept definition
template
<
typename
T>
concept
v1::awaitable_with_co_await_free_function
=
requires
(std::remove_reference_t<T>& a) {
{
operator
co_await
(a) } ->
awaitable
;
}
v1::awaitable
Check if type can be directly co_await on.
Definition
awaitable.hpp:22
v1::awaitable_with_co_await_free_function
Definition
awaitable.hpp:36
Generated on Mon Apr 22 2024 12:51:40 for HikoGUI by
1.10.0