GrPPI
0.2
Generic and Reusable Parallel Pattern Interface
|
#include <type_traits>
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 > |