OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
cub::BaseTraits< UNSIGNED_INTEGER, true, false, _UnsignedBits, T > Struct Template Reference

Detailed Description

template<typename _UnsignedBits, typename T>
struct cub::BaseTraits< UNSIGNED_INTEGER, true, false, _UnsignedBits, T >

Basic type traits (unsigned primitive specialization)

Definition at line 957 of file util_type.cuh.

Public Types

enum  { PRIMITIVE = true , NULL_TYPE = false }
 
typedef _UnsignedBits UnsignedBits
 

Static Public Member Functions

static __device__ __forceinline__ UnsignedBits TwiddleIn (UnsignedBits key)
 
static __device__ __forceinline__ UnsignedBits TwiddleOut (UnsignedBits key)
 
static __host__ __device__ __forceinline__ T Max ()
 
static __host__ __device__ __forceinline__ T Lowest ()
 

Static Public Attributes

static const Category CATEGORY = UNSIGNED_INTEGER
 
static const UnsignedBits LOWEST_KEY = UnsignedBits(0)
 
static const UnsignedBits MAX_KEY = UnsignedBits(-1)
 

Member Typedef Documentation

◆ UnsignedBits

template<typename _UnsignedBits , typename T >
typedef _UnsignedBits cub::BaseTraits< UNSIGNED_INTEGER, true, false, _UnsignedBits, T >::UnsignedBits

Definition at line 959 of file util_type.cuh.

Member Enumeration Documentation

◆ anonymous enum

template<typename _UnsignedBits , typename T >
anonymous enum

Definition at line 965 of file util_type.cuh.

Member Function Documentation

◆ Lowest()

template<typename _UnsignedBits , typename T >
static __host__ __device__ __forceinline__ T cub::BaseTraits< UNSIGNED_INTEGER, true, false, _UnsignedBits, T >::Lowest ( )
inlinestatic

Definition at line 988 of file util_type.cuh.

◆ Max()

template<typename _UnsignedBits , typename T >
static __host__ __device__ __forceinline__ T cub::BaseTraits< UNSIGNED_INTEGER, true, false, _UnsignedBits, T >::Max ( )
inlinestatic

Definition at line 982 of file util_type.cuh.

◆ TwiddleIn()

template<typename _UnsignedBits , typename T >
static __device__ __forceinline__ UnsignedBits cub::BaseTraits< UNSIGNED_INTEGER, true, false, _UnsignedBits, T >::TwiddleIn ( UnsignedBits  key)
inlinestatic

Definition at line 972 of file util_type.cuh.

◆ TwiddleOut()

template<typename _UnsignedBits , typename T >
static __device__ __forceinline__ UnsignedBits cub::BaseTraits< UNSIGNED_INTEGER, true, false, _UnsignedBits, T >::TwiddleOut ( UnsignedBits  key)
inlinestatic

Definition at line 977 of file util_type.cuh.

Field Documentation

◆ CATEGORY

template<typename _UnsignedBits , typename T >
const Category cub::BaseTraits< UNSIGNED_INTEGER, true, false, _UnsignedBits, T >::CATEGORY = UNSIGNED_INTEGER
static

Definition at line 961 of file util_type.cuh.

◆ LOWEST_KEY

template<typename _UnsignedBits , typename T >
const UnsignedBits cub::BaseTraits< UNSIGNED_INTEGER, true, false, _UnsignedBits, T >::LOWEST_KEY = UnsignedBits(0)
static

Definition at line 962 of file util_type.cuh.

◆ MAX_KEY

template<typename _UnsignedBits , typename T >
const UnsignedBits cub::BaseTraits< UNSIGNED_INTEGER, true, false, _UnsignedBits, T >::MAX_KEY = UnsignedBits(-1)
static

Definition at line 963 of file util_type.cuh.


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