mp_units::utility::fill_align_width_format_specs

The fill/align/width part of a std-format-spec, as parsed by parse_fill_align_width.

Synopsis

Declared in <mp-units/utility/format.h>

template<typename Char>
struct fill_align_width_format_specs;

Data Members

NameDescription
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