[#mp_units-utility-fill_t-operator_assign] = xref:mp_units.adoc[mp_units]::xref:mp_units/utility.adoc[utility]::xref:mp_units/utility/fill_t.adoc[fill_t]::operator= :relfileprefix: ../../../ :mrdocs: Replaces the fill with the code point stored in `str.` == Synopsis Declared in `<mp‐units/utility/format.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:mp_units/utility/fill_t.adoc[fill_t]& operator=(std::basic_string_view<Char> str); ---- == Return Value a reference to `*this`, after the assignment == Parameters [cols="1,4"] |=== | Name| Description | *str* | the code unit sequence encoding a single fill code point |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#