The fill character(s) of a std-format-spec, storing at most one Unicode code point.
Declared in <mp-units/utility/format.h>
template<typename Char>
struct fill_t;
| Name | Description |
|---|---|
operator= | Replaces the fill with the code point stored in str. |
data | A pointer to the fill's code units. |
operator[] | Accesses the code unit at index. |
size | The number of code units in the fill. |