GrPPI  0.2
Generic and Reusable Parallel Pattern Interface
Namespaces | Functions
omp/mapreduce.h File Reference
#include "parallel_execution_omp.h"
Include dependency graph for omp/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 Transformer , typename Result , typename Combiner >
Result grppi::map_reduce (parallel_execution_omp &ex, InputIt first, InputIt last, Result identity, Transformer &&transform_op, Combiner &&combine_op)
 Invoke Map/reduce pattern on a data sequence with native parallel execution. More...