LLVM 20.0.0git
|
Implementation of format_provider<T> for characters. More...
#include "llvm/Support/FormatProviders.h"
Static Public Member Functions | |
static void | format (const char &V, llvm::raw_ostream &Stream, StringRef Style) |
Implementation of format_provider<T> for characters.
The options string of a character type has the grammar:
char_options :: (empty) | [integer_options]
If char_options
is empty, the character is displayed as an ASCII character. Otherwise, it is treated as an integer options string.
Definition at line 236 of file FormatProviders.h.
|
inlinestatic |
Definition at line 238 of file FormatProviders.h.
References X.