GrPPI
0.2
Generic and Reusable Parallel Pattern Interface
|
Go to the source code of this file.
Classes | |
class | grppi::parallel_execution_tbb |
TBB parallel execution policy. More... | |
Namespaces | |
grppi | |
Functions | |
template<typename E > | |
constexpr bool | grppi::is_parallel_execution_tbb () |
Metafunction that determines if type E is parallel_execution_tbb. 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_tbb > () |
Specialization stating that parallel_execution_tbb is supported. This metafunction evaluates to false if GRPPI_TBB is enabled. More... | |