The alignment option of a std‐format‐spec's fill/align part.
Synopsis
Declared in <mp‐units/utility/format.h>
enum class fmt_align : int8_t;
Members
Name |
Description |
|
No alignment was specified. |
|
Left alignment ( |
|
Right alignment ( |
|
Center alignment ( |
|
Alignment defaulting to right for non‐string types and applying to the sign/prefix ( |
Created with MrDocs