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

Basic type traits. More...

Detailed Description

template<Category _CATEGORY, bool _PRIMITIVE, bool _NULL_TYPE, typename _UnsignedBits, typename T>
struct cub::BaseTraits< _CATEGORY, _PRIMITIVE, _NULL_TYPE, _UnsignedBits, T >

Basic type traits.

Definition at line 941 of file util_type.cuh.

+ Inheritance diagram for cub::BaseTraits< _CATEGORY, _PRIMITIVE, _NULL_TYPE, _UnsignedBits, T >:

Public Types

enum  { PRIMITIVE = _PRIMITIVE , NULL_TYPE = _NULL_TYPE }
 

Static Public Attributes

static const Category CATEGORY = _CATEGORY
 Category.
 

Member Enumeration Documentation

◆ anonymous enum

template<Category _CATEGORY, bool _PRIMITIVE, bool _NULL_TYPE, typename _UnsignedBits , typename T >
anonymous enum

Definition at line 945 of file util_type.cuh.

Field Documentation

◆ CATEGORY

template<Category _CATEGORY, bool _PRIMITIVE, bool _NULL_TYPE, typename _UnsignedBits , typename T >
const Category cub::BaseTraits< _CATEGORY, _PRIMITIVE, _NULL_TYPE, _UnsignedBits, T >::CATEGORY = _CATEGORY
static

Category.

Definition at line 944 of file util_type.cuh.


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