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

Detailed Description

template<typename T>
template<typename Unit>
struct cub::UnitWord< T >::IsMultiple< Unit >

Definition at line 357 of file util_type.cuh.

Public Types

enum  { UNIT_ALIGN_BYTES = AlignBytes<Unit>::ALIGN_BYTES , IS_MULTIPLE = (sizeof(T) % sizeof(Unit) == 0) && (ALIGN_BYTES % UNIT_ALIGN_BYTES == 0) }
 

Member Enumeration Documentation

◆ anonymous enum

template<typename T >
template<typename Unit >
anonymous enum

Definition at line 359 of file util_type.cuh.


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