entttree 0.1.0
Hierarchical entity management for EnTT
Loading...
Searching...
No Matches
generator.h File Reference

Coroutine-based generator and related wrapper types. More...

#include <coroutine>
#include <optional>
#include <variant>

Go to the source code of this file.

Classes

struct  entttree::Generator< T, V >
 A C++20 coroutine-based generator that lazily yields values of type T. More...
 
struct  entttree::Generator< T, V >::promise_type
 
struct  entttree::MaybeGenerator< G >
 A wrapper around an optional Generator. More...
 
struct  entttree::FixedItemGenerator< T >
 A generator that yields exactly one item, then exhausts. More...
 

Detailed Description

Coroutine-based generator and related wrapper types.

Definition in file generator.h.