GrPPI  0.2
Generic and Reusable Parallel Pattern Interface
Namespaces | Functions
native/map.h File Reference
#include "parallel_execution_native.h"
#include "../common/iterator.h"
Include dependency graph for native/map.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 OutputIt , typename Transformer >
void grppi::map (parallel_execution_native &ex, InputIt first, InputIt last, OutputIt first_out, Transformer &&transf_op)
 Invoke Map pattern on a data sequence with native paralell execution. More...
 
template<typename InputIt , typename OutputIt , typename Transformer , typename... OtherInputIts>
void grppi::map (parallel_execution_native &ex, InputIt first, InputIt last, OutputIt first_out, Transformer &&transf_op, OtherInputIts...more_inputs)
 Invoke Map pattern on a data sequence with native parallel execution. More...