|
HikoGUI
A low latency retained GUI
|
#include <hikogui/coroutine/awaitable.hpp>
Public Types | |
| using | type = void |
A functor for casting a type to an awaitable.
This class holds a value_type for the type that is returned by the functor. And it will have a operator() which will return a value_type and accepts a single forwarding argument for the object to convert.
hi::awaitable_cast for your own types.