Embedded Template Library 1.0
|
Public Types | |
typedef unsigned char | value_type |
Static Public Attributes | |
static ETL_CONSTANT unsigned char | min = 0 |
static ETL_CONSTANT unsigned char | max = UCHAR_MAX |
static ETL_CONSTANT int | bits = CHAR_BIT |
static ETL_CONSTANT bool | is_signed = etl::is_signed<unsigned char>::value |