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