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

#include <ViewTypes.h>

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

Public Types

typedef Kokkos::View< typename NPtr< T, Dim >::type, Properties... > view_type

Detailed Description

template<typename T, unsigned Dim, class... Properties>
struct ippl::detail::ViewType< T, Dim, Properties >

View type for an arbitrary number of dimensions.

Template Parameters
Tview data type
Dimview dimension
Propertiesfurther template parameters of Kokkos

Definition at line 44 of file ViewTypes.h.

Member Typedef Documentation

◆ view_type

template<typename T, unsigned Dim, class... Properties>
typedef Kokkos::View<typename NPtr<T, Dim>::type, Properties...> ippl::detail::ViewType< T, Dim, Properties >::view_type

Definition at line 45 of file ViewTypes.h.


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