Embedded Template Library 1.0
|
Public Types | |
typedef TElement | element_type |
typedef TElement * | pointer |
typedef const TElement * | const_pointer |
Static Public Attributes | |
static ETL_CONSTANT size_t | npos = etl::integral_limits<size_t>::max |
static ETL_CONSTANT size_t | Bits_Per_Element = etl::integral_limits<TElement>::bits |
static ETL_CONSTANT TElement | All_Set_Element = etl::integral_limits<TElement>::max |
static ETL_CONSTANT TElement | All_Clear_Element = element_type(0) |