GrPPI  0.2
Generic and Reusable Parallel Pattern Interface
Classes | Namespaces | Functions
parallel_execution_omp.h File Reference
#include "../common/mpmc_queue.h"
#include <type_traits>
#include <omp.h>
Include dependency graph for parallel_execution_omp.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_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...