CUB
|
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 |
using cub::detail::ChooseOffsetT< NumItemsT >::Type = typename std::conditional<sizeof(NumItemsT) <= 4, uint32_t, unsigned long long>::type |