hex_decode_digit_table
Declared in <folly/codec/hex.h>
constexpr
uint8_t
hex_decode_digit_table(char const h);
For characters which are in the lower or upper hex alphabets, returns the decoded value. For other characters, returns a value with the high bit set.
The decoded value of h.
| Name | Description |
|---|---|
| h | The character to decode. |