OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
ArrayWrapper< BaseType[N1][N2]> Struct Template Reference

Detailed Description

template<typename BaseType, unsigned int N1, unsigned int N2>
struct ArrayWrapper< BaseType[N1][N2]>

Definition at line 136 of file BlockMapGpu_dimensionalityWrappers.cuh.

Public Member Functions

__device__ __host__ MultiArrayViewGpu< BaseType[N2], N1, 1 > operator[] (int i)
 

Data Fields

BaseType array [N1][N2]
 

Member Function Documentation

◆ operator[]()

template<typename BaseType , unsigned int N1, unsigned int N2>
__device__ __host__ MultiArrayViewGpu< BaseType[N2], N1, 1 > ArrayWrapper< BaseType[N1][N2]>::operator[] ( int  i)
inline

Definition at line 140 of file BlockMapGpu_dimensionalityWrappers.cuh.

Field Documentation

◆ array

template<typename BaseType , unsigned int N1, unsigned int N2>
BaseType ArrayWrapper< BaseType[N1][N2]>::array[N1][N2]

Definition at line 138 of file BlockMapGpu_dimensionalityWrappers.cuh.


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