ΒΆinline std::string fromHex(llvm::StringRef Input)

Description

Convert hexadecimal string \p Input to its binary representation. The return string is half the size of \p Input.

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

Parameters

llvm::StringRef Input