ORIGINAL
Loading...
Searching...
No Matches
Classes
original::coroutine Class Reference

Namespace for coroutine-related utilities and generator implementation. More...

#include <coroutines.h>

Collaboration diagram for original::coroutine:
Collaboration graph

Classes

class  generator
 Lazy sequence generator using C++20 coroutines. More...
 

Detailed Description

Namespace for coroutine-related utilities and generator implementation.

Provides a generator class template that implements the C++20 coroutine protocol for creating lazy sequences of values.


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