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

#include <ParallelDispatch.h>

Inheritance diagram for ippl::detail::Coords< Dim, T >:
Collaboration diagram for ippl::detail::Coords< Dim, T >:

Public Types

using 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)

Definition at line 109 of file ParallelDispatch.h.

Member Typedef Documentation

◆ type

template<unsigned Dim, typename T = size_t>
using ippl::detail::Coords< Dim, T >::type
Initial value:

Definition at line 112 of file ParallelDispatch.h.


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