|
IPPL API Reference
Independent Parallel Particle Layer C++ API
|
#include <ParallelDispatch.h>
Public Types | |
| using | type = decltype(std::tuple_cat(std::declval< typename Coords< 1, T >::type >(), std::declval< typename Coords< Dim - 1, T >::type >())) |
Recursively templated struct for defining tuples with arbitrary length
| Dim | the length of the tuple |
| T | the data type to repeat (default size_t) |