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

Structure alignment. More...

Detailed Description

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

Structure alignment.

Definition at line 290 of file util_type.cuh.

+ Inheritance diagram for cub::AlignBytes< T >:

Data Structures

struct  Pad
 

Public Types

enum  { ALIGN_BYTES = sizeof(Pad) - sizeof(T) }
 
typedef T Type
 The "truly aligned" type.
 

Member Typedef Documentation

◆ Type

template<typename T >
typedef T cub::AlignBytes< T >::Type

The "truly aligned" type.

Definition at line 305 of file util_type.cuh.

Member Enumeration Documentation

◆ anonymous enum

template<typename T >
anonymous enum
Enumerator
ALIGN_BYTES 

The "true CUDA" alignment of T in bytes.

Definition at line 298 of file util_type.cuh.


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