Helper class to format to a Width wide field, with alignment Where within that field.
Synopsis
Declared in <llvm/Support/FormatCommon.h>
struct FmtAlign;
Member Functions
Data Members
Name |
Description |
Functor that formats the underlying value into a stream. |
|
Character used to pad unused space in the field. |
|
Alignment of the formatted value within the field. |
|
Width of the field in characters; 0 means no padding. |
Created with MrDocs