ΒΆinline uint8_t hexFromNibbles(char MSB, char LSB)
inline uint8_t hexFromNibbles(char MSB, char LSB)
Description
Return the binary representation of the two provided values, \p MSB and\p LSB, that make up the nibbles of a hexadecimal digit.
Declared at: llvm/include/llvm/ADT/StringExtras.h:208
Parameters
- char MSB
- char LSB