GrPPI
1.0
Generic and Reusable Parallel Pattern Interface
|
Go to the source code of this file.
Namespaces | |
grppi | |
grppi::internal | |
Typedefs | |
template<int Index, typename ... T> | |
using | grppi::internal::requires_index_last = std::enable_if_t<(Index==(sizeof...(T) - 1)), int > |
template<int Index, typename ... T> | |
using | grppi::internal::requires_index_not_last = std::enable_if_t<(Index< sizeof...(T) - 1), int > |