consteval version of HexDigit() without the lookup table.
Declared in <util/strencodings.h>
consteval
uint8_t
ConstevalHexDigit(char const c);
The numeric value (0-15) of the hex digit.
| Name | Description |
|---|---|
| c | The lowercase hex digit character to convert. |