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

#include <ViewTypes.h>

Inheritance diagram for ippl::detail::NPtr< T, N >:
Collaboration diagram for ippl::detail::NPtr< T, N >:

Public Types

typedef NPtr< T, N-1 >::type * type

Detailed Description

template<typename T, int N>
struct ippl::detail::NPtr< T, N >

Recursively templated struct for defining pointers with arbitrary indirection depth.

Template Parameters
Tdata type
Nindirection level

Definition at line 25 of file ViewTypes.h.

Member Typedef Documentation

◆ type

template<typename T, int N>
typedef NPtr<T,N-1>::type* ippl::detail::NPtr< T, N >::type

Definition at line 26 of file ViewTypes.h.


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