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