Output N in hexadecimal, without any prefix or padding.

Synopsis

Declared in <llvm/Support/raw_ostream.h>

raw_ostream&
write_hex(unsigned long long N);

Return Value

This stream, for chaining.

Parameters

Name

Description

N

Value to write as hexadecimal.

Created with MrDocs