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