|
LLVM
8.0.1
|
This is a helper class for left_justify, right_justify, and center_justify. More...
#include "llvm/Support/Format.h"
Public Types | |
| enum | Justification { JustifyNone, JustifyLeft, JustifyRight, JustifyCenter } |
Public Member Functions | |
| FormattedString (StringRef S, unsigned W, Justification J) | |
Friends | |
| class | raw_ostream |
This is a helper class for left_justify, right_justify, and center_justify.
|
inline |
|
friend |
1.8.13