GrPPI
0.2
Generic and Reusable Parallel Pattern Interface
|
#include "sequential_execution.h"
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... | |