GrPPI  0.2
Generic and Reusable Parallel Pattern Interface
reduce.h
Go to the documentation of this file.
1 
21 #ifndef GRPPI_REDUCE_H
22 #define GRPPI_REDUCE_H
23 
24 #include "seq/reduce.h"
25 #include "native/reduce.h"
26 #include "omp/reduce.h"
27 #include "tbb/reduce.h"
28 #include "poly/reduce.h"
29 
30 namespace grppi {
31 
40 }
41 
42 #endif
Definition: callable_traits.h:24