GrPPI  0.2
Generic and Reusable Parallel Pattern Interface
Namespaces | Functions
seq/mapreduce.h File Reference
#include "sequential_execution.h"
Include dependency graph for seq/mapreduce.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 grppi
 

Functions

template<typename InputIt , typename Result , typename Transformer , typename Combiner >
Result grppi::map_reduce (sequential_execution &, InputIt first, InputIt last, Result identity, Transformer &&transform_op, Combiner &&combine_op)
 Invoke Map/reduce pattern on a data sequence with sequential execution. More...