GrPPI
0.2
Generic and Reusable Parallel Pattern Interface
|
Go to the source code of this file.
Classes | |
class | grppi::parallel_execution_omp |
OpenMP parallel execution policy. More... | |
Namespaces | |
grppi | |
Functions | |
template<typename E > | |
constexpr bool | grppi::is_parallel_execution_omp () |
Metafunction that determines if type E is parallel_execution_omp. More... | |
template<typename E > | |
constexpr bool | grppi::is_supported () |
Metafunction that determines if type E is supported in the current build. More... | |
template<> | |
constexpr bool | grppi::is_supported< parallel_execution_omp > () |
Specialization stating that parallel_execution_omp is supported. This metafunction evaluates to false if GRPPI_OMP is enabled. More... | |