CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
Reduce.hpp File Reference

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.