HikoGUI
Select Version: ⚠️ This documents the main development branch of HikoGUI. It might differ from release versions.
A low latency retained GUI
|
#include <hikogui/dispatch/awaitable.hpp>
Public Types | |
using | type = decltype(std::declval<T>().await_resume()) |
Get the result type of an awaitable.
This is type return type of the await_resume()
member function.