rocPRIM
|
Used to retrieve a type that can be treated as unsigned version of the template parameter. More...
#include <type_traits.hpp>
Public Types | |
typedef get_unsigned_bits_type< T, sizeof(T)>::unsigned_type | unsigned_type |
Typedefed to the unsigned type. | |
Used to retrieve a type that can be treated as unsigned version of the template parameter.
T | - The signed type to find an unsigned equivalent for. |
size | - the desired size (in bytes) of the unsigned type |