The alignment option of a std-format-spec's fill/align part.
Declared in <mp-units/utility/format.h>
enum class fmt_align : int8_t;
| Name | Description |
|---|---|
none | No alignment was specified. |
left | Left alignment (<). |
right | Right alignment (>). |
center | Center alignment (^). |
numeric | Alignment defaulting to right for non-string types and applying to the sign/prefix (=). |