|
Embedded Template Library
1.0
|
Static Public Attributes | |
| static const unsigned short | min = 0 |
| static const unsigned short | max = USHRT_MAX |
| static const int | bits = CHAR_BIT * (sizeof(unsigned short) / sizeof(char)) |
| static const bool | is_signed = etl::is_signed<unsigned short>::value |