[#mp_units-utility-fill_align_width_format_specs] = xref:mp_units.adoc[mp_units]::xref:mp_units/utility.adoc[utility]::fill_align_width_format_specs :relfileprefix: ../../ :mrdocs: The fill/align/width part of a `std‐format‐spec`, as parsed by xref:mp_units/utility/parse_fill_align_width.adoc[`parse_fill_align_width`]. == Synopsis Declared in `<mp‐units/utility/format.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Char> struct fill_align_width_format_specs; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:mp_units/utility/fill_align_width_format_specs/align.adoc[`align`] | The requested alignment | xref:mp_units/utility/fill_align_width_format_specs/fill.adoc[`fill`] | The fill character(s), used to pad to `width` | xref:mp_units/utility/fill_align_width_format_specs/width.adoc[`width`] | The resolved field width | xref:mp_units/utility/fill_align_width_format_specs/width_ref.adoc[`width_ref`] | A reference to a `{}`‐style dynamic width argument, if any |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#