mp_units::utility::fill_t

The fill character(s) of a std-format-spec, storing at most one Unicode code point.

Synopsis

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

template<typename Char>
struct fill_t;

Member Functions

NameDescription
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.