GrPPI  0.2
Generic and Reusable Parallel Pattern Interface
Namespaces | Functions
native/mapreduce.h File Reference
#include "parallel_execution_native.h"
Include dependency graph for native/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 (parallel_execution_native &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...