Replaces the fill with the code point stored in str.
Declared in <mp-units/utility/format.h>
constexpr
fill_t&
operator=(std::basic_string_view<Char> str);
a reference to *this, after the assignment
| Name | Description |
|---|---|
| str | the code unit sequence encoding a single fill code point |