OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
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.
 

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