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