|
CeresEngine 0.2.0
A game development framework
|
#include "BinaryAlgorithm.hpp"#include "CeresEngine/Foundation/Algorithm/Partitioner.hpp"#include <numeric>Go to the source code of this file.
Classes | |
| class | CeresEngine::ReduceAlgorithmFunctor |
| Functor representing the overloads for the reduce function. More... | |
| class | CeresEngine::ReduceAlgorithmFunctor::Graph< Executor, T > |
Namespaces | |
| namespace | CeresEngine |
Variables | |
| constexpr ReduceAlgorithmFunctor | CeresEngine::reduce |
| Sums up (or accumulate with a custom function) a range of elements, except out of order. | |