WPILibC++
2018.4.1-20180729040223-1137-g011f0ff
|
This is a helper class for left_justify, right_justify, and center_justify. More...
#include <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.