OpenFPM  5.2.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...

Public Member Functions

__host__ __device__ __forceinline__ ArrayWrapper ()
 Constructor.
 

Data Fields

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

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.


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