|
LLVM
4.0.0
|
Implementation of format_provider<T> for type bool
More...
#include <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 252 of file FormatProviders.h.
|
inlinestatic |
Definition at line 253 of file FormatProviders.h.
1.8.6