Joos1W Compiler Framework
All Classes Functions Typedefs Pages
utils::Generator< T > Class Template Reference

Classes

class  Iter
 
struct  promise_type
 

Public Types

using Handle = std::coroutine_handle< promise_type >
 

Public Member Functions

 Generator (const Handle coroutine)
 
 Generator (const Generator &)=delete
 
Generatoroperator= (const Generator &)=delete
 
 Generator (Generator &&other) noexcept
 
Generatoroperator= (Generator &&other) noexcept
 
Iter begin ()
 
std::default_sentinel_t end ()
 

Detailed Description

template<std::movable T>
class utils::Generator< T >

Definition at line 11 of file Generator.h.


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