The alignment of a formatted value within its field width.
Synopsis
Declared in <fmt/base.h>
enum class align : int;
Members
Name |
Description |
|
No alignment specified; the default for the argument type is used. |
|
Left alignment ('<'). |
|
Right alignment ('>'). |
|
Center alignment ('ˆ'). |
|
Numeric alignment ('='), padding after the sign and base prefix. |
Created with MrDocs