GrPPI
0.2
Generic and Reusable Parallel Pattern Interface
|
Go to the source code of this file.
Namespaces | |
grppi | |
Functions | |
template<typename InputIt , typename OutputIt , typename Transformer > | |
void | grppi::map_multi_impl (polymorphic_execution &e, InputIt first, InputIt last, OutputIt first_out, Transformer &&op) |
template<typename InputIt , typename OutputIt , typename Transformer , typename InputIt2 , typename... OtherInputIts> | |
void | grppi::map_multi_impl (polymorphic_execution &e, InputIt first, InputIt last, OutputIt first_out, Transformer &&op, InputIt2 first2, OtherInputIts...more_firsts) |
template<typename E , typename... O, typename InputIt , typename OutputIt , typename Transformer , internal::requires_execution_not_supported< E > = 0> | |
void | grppi::map_multi_impl (polymorphic_execution &e, InputIt first, InputIt last, OutputIt first_out, Transformer &&op) |
template<typename E , typename... O, typename InputIt , typename OutputIt , typename Transformer , typename InputIt2 , typename... OtherInputIts, internal::requires_execution_not_supported< E > = 0> | |
void | grppi::map_multi_impl (polymorphic_execution &e, InputIt first, InputIt last, OutputIt first_out, Transformer &&op, InputIt2 first2, OtherInputIts...more_firsts) |
template<typename InputIt , typename OutputIt , typename Transformer > | |
void | grppi::map (polymorphic_execution &ex, InputIt first, InputIt last, OutputIt first_out, Transformer &&transf_op) |
Invoke map-pattern on a data sequence with polymorphic execution. More... | |
template<typename InputIt , typename OutputIt , typename InputIt2 , typename Transformer , typename... OtherInputIts> | |
void | grppi::map (polymorphic_execution &ex, InputIt first, InputIt last, OutputIt first_out, Transformer &&op, InputIt2 first2, OtherInputIts...more_firsts) |
Invoke map-pattern on a data sequence with polymorphic parallel execution. More... | |