|
CeresEngine 0.2.0
A game development framework
|
#include "Partitioner.hpp"#include "UnaryAlgorithm.hpp"#include "CeresEngine/Foundation/Async.hpp"#include "CeresEngine/Foundation/Container/ConcurrentQueue.hpp"#include "CeresEngine/Foundation/Traits/is_forward_iterator.hpp"#include "CeresEngine/Foundation/Traits/is_indirectly_unary_invocable.hpp"#include <iostream>Go to the source code of this file.
Classes | |
| class | CeresEngine::ForEachAlgorithmFunctor |
| Functor representing the overloads for the for_each function. More... | |
| class | CeresEngine::ForEachAlgorithmFunctor::Graph< Executor > |
| Internal class that takes care of the for-eaching tasks and its incomplete tasks. More... | |
Namespaces | |
| namespace | CeresEngine |
Variables | |
| constexpr ForEachAlgorithmFunctor | CeresEngine::for_each |
| Applies a function to a range of elements. | |