mp_units::utility::fill_t::operator=

Replaces the fill with the code point stored in str.

Synopsis

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

constexpr
fill_t&
operator=(std::basic_string_view<Char> str);

Return Value

a reference to *this, after the assignment

Parameters

NameDescription
strthe code unit sequence encoding a single fill code point