OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
cub::Uninitialized< T > Struct Template Reference

A storage-backing wrapper that allows types with non-trivial constructors to be aliased in unions. More...

Detailed Description

template<typename T>
struct cub::Uninitialized< T >

A storage-backing wrapper that allows types with non-trivial constructors to be aliased in unions.

Definition at line 634 of file util_type.cuh.

Public Types

enum  { WORDS = sizeof(T) / sizeof(DeviceWord) }
 
typedef UnitWord< T >::DeviceWord DeviceWord
 Biggest memory-access word that T is a whole multiple of and is not larger than the alignment of T.
 

Public Member Functions

__host__ __device__ __forceinline__ T & Alias ()
 Alias.
 

Data Fields

DeviceWord storage [WORDS]
 Backing storage.
 

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