HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Public Types
v1::await_resume_result< T > Struct Template Reference

#include <hikogui/dispatch/awaitable.hpp>

Public Types

using type = decltype(std::declval<T>().await_resume())
 

Detailed Description

template<awaitable T>
struct v1::await_resume_result< T >

Get the result type of an awaitable.

This is type return type of the await_resume() member function.


The documentation for this struct was generated from the following file: