Interpret the given character C as a hexadecimal digit and return its value.

Synopsis

Declared in <llvm/ADT/StringExtras.h>

unsigned int
hexDigitValue(char C);

Description

If C is not a valid hex digit, ‐1U is returned.

Created with MrDocs