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

Go to the source code of this file.

Namespaces

 grppi
 
 grppi::internal
 

Typedefs

template<typename E >
using grppi::internal::requires_execution_supported = std::enable_if_t< is_supported< E >(), int >
 
template<typename E >
using grppi::internal::requires_execution_not_supported = std::enable_if_t<!is_supported< E >(), int >