Embedded Template Library 1.0
|
Defines one of five unsigned types that has the same size as T. More...
#include <type_traits_generator.h>
Public Types | |
typedef etl::conditional< sizeof(T)==sizeof(unsignedchar), unsignedchar, typenameetl::conditional< sizeof(T)==sizeof(unsignedshort), unsignedshort, typenameetl::conditional< sizeof(T)==sizeof(unsignedint), unsignedint, typenameetl::conditional< sizeof(T)==sizeof(unsignedlong), unsignedlong, unsignedlonglong >::type >::type >::type >::type | type |
Defines one of five unsigned types that has the same size as T.