|
IPPL (Independent Parallel Particle Layer)
IPPL
|
#include <TypeUtils.h>
Public Types | |
| using | view_type = typename View::uniform_type |
| using | type = typename Forward<Type, view_type>::type |
Constructs a uniform type based on Kokkos views' uniform types (i.e. a type where all optional template parameters are explicitly specified)
| Type | the type to specialize |
| View | the view type |
Definition at line 203 of file TypeUtils.h.
| using ippl::detail::CreateUniformType< Type, View >::type = typename Forward<Type, view_type>::type |
Definition at line 205 of file TypeUtils.h.
| using ippl::detail::CreateUniformType< Type, View >::view_type = typename View::uniform_type |
Definition at line 204 of file TypeUtils.h.