Embedded Template Library 1.0
|
Defines one of five signed types that has the same size as T. More...
#include <type_traits_generator.h>
Public Types | |
typedef etl::conditional< sizeof(T)==sizeof(char), char, typenameetl::conditional< sizeof(T)==sizeof(short), short, typenameetl::conditional< sizeof(T)==sizeof(int), int, typenameetl::conditional< sizeof(T)==sizeof(long), long, longlong >::type >::type >::type >::type | type |
typedef etl::conditional< sizeof(T)==sizeof(char), char, typenameetl::conditional< sizeof(T)==sizeof(short), short, typenameetl::conditional< sizeof(T)==sizeof(int), int, typenameetl::conditional< sizeof(T)==sizeof(long), long, longlong >::type >::type >::type >::type | type |
Defines one of five signed types that has the same size as T.