Embedded Template Library 1.0
|
Public Types | |
typedef int | value_type |
Static Public Attributes | |
static ETL_CONSTANT int | min = INT_MIN |
static ETL_CONSTANT int | max = INT_MAX |
static ETL_CONSTANT int | bits = CHAR_BIT * (sizeof(int) / sizeof(char)) |
static ETL_CONSTANT bool | is_signed = etl::is_signed<int>::value |