GrPPI  0.2
Generic and Reusable Parallel Pattern Interface
Namespaces | Typedefs
pack_traits.h File Reference
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<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 >