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 Identity , typename Combiner > | |
auto | grppi::reduce (sequential_execution &ex, InputIt first, InputIt last, Identity identity, Combiner &&combine_op) |
Invoke Reduce pattern with identity value on a data sequence with sequential execution. More... | |