IPPL API Reference
Independent Parallel Particle Layer C++ API
Loading...
Searching...
No Matches
ippl::detail::Coords< Dim, T > Struct Template Reference

#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 >()))
 

Detailed Description

template<unsigned Dim, typename T = size_t>
struct ippl::detail::Coords< Dim, T >

Recursively templated struct for defining tuples with arbitrary length

Template Parameters
Dimthe length of the tuple
Tthe data type to repeat (default size_t)

The documentation for this struct was generated from the following file: