Template Struct Generator¶
Defined in File generator.h
Nested Relationships¶
Nested Types¶
Struct Documentation¶
-
template<typename T>
struct Generator¶ Public Types
-
using handle_type = std::coroutine_handle<promise_type>¶
Public Functions
-
inline explicit Generator(handle_type h)¶
-
inline ~Generator()¶
-
inline explicit operator bool()¶
Public Members
-
handle_type h_¶
-
struct promise_type¶
-
using handle_type = std::coroutine_handle<promise_type>¶