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