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

#include <hikogui/cast.hpp>

Public Types

using type = std::remove_cvref_t<decltype(awaitable_cast(std::declval<T>()))>
 

Detailed Description

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

Resolve the type that is directly-awaitable.

This function may use operator co_await() to retrieve the actual awaitable type.


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