|
HikoGUI
A low latency retained GUI
|
#include <hikogui/awaitable.hpp>
Public Types | |
| using | type = std::decay_t<T> |
| using | type = std::decay_t<decltype(std::declval<T>().operator co_await())> |
| using | type = std::decay_t<decltype(operator co_await(std::declval<T>()))> |
Public Member Functions | |
| type | operator() (auto &&rhs) const noexcept |
| type | operator() (auto &&rhs) const noexcept |
| type | operator() (auto &&rhs) const noexcept |
Cast a object to an directly-awaitable object.
This function may use operator co_await() to retrieve the actual awaitable.