llvm::isHexDigit

Checks if character C is a hexadecimal numeric character.

Synopsis

Declared in <llvm/ADT/StringExtras.h>

bool
isHexDigit(char C);

Return Value

True if C is a hexadecimal digit.

Parameters

NameDescription
Ccharacter to test