Embedded Template Library 1.0
etl::signed_type< T > Struct Template Reference

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
 

Detailed Description

template<typename T>
struct etl::signed_type< T >

Defines one of five signed types that has the same size as T.


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