MathUtils
A library of mathematical utilities.
Loading...
Searching...
No Matches
simple_generator.hpp File Reference

Generator functions using C++20 coroutines. More...

#include <coroutine>
#include <stdexcept>
#include <unordered_set>
#include <vector>
Include dependency graph for simple_generator.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mathutils::SimpleGenerator< T >
 Template class for a coroutine that yields values of type T. More...
class  mathutils::SimpleGenerator< T >::promise_type

Detailed Description

Generator functions using C++20 coroutines.

See this and this