CUB  
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | List of all members
cub::detail::ChooseOffsetT< NumItemsT > Struct Template Reference

Detailed description

template< typename NumItemsT>
struct cub::detail::ChooseOffsetT< NumItemsT >

ChooseOffsetT checks NumItemsT, the type of the num_items parameter, and selects the offset type based on it.

Public Types

using Type = typename std::conditional< sizeof(NumItemsT)<=4, uint32_t, unsigned long long >::type
 

Member Typedef Documentation

template<typename NumItemsT >
using cub::detail::ChooseOffsetT< NumItemsT >::Type = typename std::conditional<sizeof(NumItemsT) <= 4, uint32_t, unsigned long long>::type

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