Classes | |
struct | _b |
struct | _b0 |
struct | _b1 |
struct | _bit_pattern |
struct | _bit_rule |
struct | _n |
Variables | |
constexpr auto | _ = _b<1>{} |
Matches any bit. More... | |
constexpr auto | _0 = _b0{} |
Matches a 0 bit. More... | |
constexpr auto | _1 = _b1{} |
Matches a 1 bit. More... | |
template<unsigned N> | |
constexpr auto | any = _b<N>{} |
Matches N arbitrary bits. More... | |
template<unsigned Value> | |
constexpr auto | nibble = _n<Value>{} |
Matches a specific nibble, i.e. four bits. More... | |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
constexpr |