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
Name |
Description |
str |
the code unit sequence encoding a single fill code point |
Created with MrDocs