LLVM 20.0.0git
|
Implementation of format_provider<T> for type bool
More...
#include "llvm/Support/FormatProviders.h"
Static Public Member Functions | |
static void | format (const bool &B, llvm::raw_ostream &Stream, StringRef Style) |
Implementation of format_provider<T> for type bool
The options string of a boolean type has the grammar:
bool_options :: "" | "Y" | "y" | "D" | "d" | "T" | "t"
| Y | YES / NO | | y | yes / no | | D / d | Integer 0 or 1 | | T | TRUE / FALSE | | t | true / false |
Definition at line 265 of file FormatProviders.h.
|
inlinestatic |
Definition at line 266 of file FormatProviders.h.
References B.