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

Go to the source code of this file.

Classes

class  grppi::sequential_execution
 Sequential execution policy. More...
 

Namespaces

 grppi
 

Functions

template<typename E >
constexpr bool grppi::is_sequential_execution ()
 Determine if a type is a sequential execution policy. 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< sequential_execution > ()