Embedded Template Library 1.0
|
Specialisation for zero bits. More...
#include <bitset_new.h>
Public Types | |
typedef etl::private_bitset::bitset_common< 0U, unsignedchar >::element_type | element_type |
typedef etl::private_bitset::bitset_common< 0U, unsignedchar >::span_type | span_type |
typedef etl::private_bitset::bitset_common< 0U, unsignedchar >::const_span_type | const_span_type |
![]() | |
typedef etl::private_bitset::bitset_impl_common< unsigned char >::element_type | element_type |
typedef etl::span< element_type, Number_Of_Elements > | span_type |
typedef etl::span< const element_type, Number_Of_Elements > | const_span_type |
![]() | |
typedef TElement | element_type |
typedef TElement * | pointer |
typedef const TElement * | const_pointer |
Additional Inherited Members | |
![]() | |
static ETL_CONSTANT size_t | Number_Of_Elements |
static ETL_CONSTANT size_t | Size |
static ETL_CONSTANT size_t | Allocated_Bits |
static ETL_CONSTANT etl::bitset_storage_model | Storage_Model |
static ETL_CONSTANT unsigned char | Top_Mask |
![]() | |
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) |
Specialisation for zero bits.