|
HikoGUI
A low latency retained GUI
|
#include <ttauri/coroutine.hpp>
Public Member Functions | |
| iterator (handle_type coroutine) | |
| iterator & | operator++ () |
| Resume the generator-function. | |
| value_type const & | operator* () const |
| Retrieve the value co_yielded by the generator-function. | |
| bool | operator== (std::default_sentinel_t) const |
| Check if the generator-function has finished. | |
A forward iterator which iterates through values co_yieled by the generator-function.
|
inline |
Retrieve the value co_yielded by the generator-function.
|
inline |
Resume the generator-function.
|
inline |
Check if the generator-function has finished.