Embedded Template Library 1.0
Loading...
Searching...
No Matches
etl::unsigned_type< T > Struct Template Reference

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
 

Detailed Description

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

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


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