OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
cub::ArrayWrapper< T, COUNT > Struct Template Reference

A wrapper for passing simple static arrays as kernel parameters. More...

Detailed Description

template<typename T, int COUNT>
struct cub::ArrayWrapper< T, COUNT >

A wrapper for passing simple static arrays as kernel parameters.

Definition at line 770 of file util_type.cuh.

Public Member Functions

__host__ __device__ __forceinline__ ArrayWrapper ()
 Constructor.
 

Data Fields

array [COUNT]
 Statically-sized array of type T.
 

Constructor & Destructor Documentation

◆ ArrayWrapper()

template<typename T , int COUNT>
__host__ __device__ __forceinline__ cub::ArrayWrapper< T, COUNT >::ArrayWrapper ( )
inline

Constructor.

Definition at line 777 of file util_type.cuh.

Field Documentation

◆ array

template<typename T , int COUNT>
T cub::ArrayWrapper< T, COUNT >::array[COUNT]

Statically-sized array of type T.

Definition at line 774 of file util_type.cuh.


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