|
HikoGUI
A low latency retained GUI
|
#include <hikogui/cast.hpp>
Public Types | |
| using | type = std::remove_cvref_t<decltype(awaitable_cast(std::declval<T>()))> |
Resolve the type that is directly-awaitable.
This function may use operator co_await() to retrieve the actual awaitable type.