Integer formatting style for native writers.
Synopsis
Declared in <llvm/Support/NativeFormatting.h>
enum class IntegerStyle : int;
Members
Name |
Description |
|
Format as a plain integer. |
|
Format as a decimal number without a radix prefix. |
Created with MrDocs