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
Name |
Description |
The requested alignment |
|
The fill character(s), used to pad to |
|
The resolved field width |
|
A reference to a |
Created with MrDocs