The fill/align/width part of a std-format-spec, as parsed by parse_fill_align_width.
Declared in <mp-units/utility/format.h>
template<typename Char>
struct fill_align_width_format_specs;
| Name | Description |
|---|---|
align | The requested alignment |
fill | The fill character(s), used to pad to width |
width | The resolved field width |
width_ref | A reference to a {}-style dynamic width argument, if any |