ΒΆinline unsigned int hexDigitValue(char C)

Description

Interpret the given character \p C as a hexadecimal digit and return its value. If \p C is not a valid hex digit, -1U is returned.

Declared at: llvm/include/llvm/ADT/StringExtras.h:71

Parameters

char C