rocPRIM
Public Types | List of all members
detail::match_fundamental_type< T > Struct Template Reference

Public Types

using type = typename std::conditional< sizeof(T)%8==0, unsigned long long, typename std::conditional< sizeof(T)%4==0, unsigned int, typename std::conditional< sizeof(T)%2==0, unsigned short, unsigned char >::type >::type >::type
 

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