|
MathUtils
A library of mathematical utilities.
|
Generator functions using C++20 coroutines. More...
#include <coroutine>#include <stdexcept>#include <unordered_set>#include <vector>

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 |