[#mp_units-utility-fmt_align] = xref:mp_units.adoc[mp_units]::xref:mp_units/utility.adoc[utility]::fmt_align :relfileprefix: ../../ :mrdocs: The alignment option of a `std‐format‐spec`'s fill/align part. == Synopsis Declared in `<mp‐units/utility/format.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum class fmt_align : int8_t; ---- == Members [cols="1,4"] |=== | 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 (`=`). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#