GrPPI  0.2
Generic and Reusable Parallel Pattern Interface
Classes | Namespaces | Functions
parallel_execution_tbb.h File Reference
#include "../common/mpmc_queue.h"
#include <type_traits>
Include dependency graph for parallel_execution_tbb.h:
This graph shows which files directly or indirectly include this file:

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...