[#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: Assignment operator == 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 Reference to the current object == Parameters [cols="1,4"] |=== | Name| Description | *str* | The object to assign from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#