mp_units::utility::fill_t::operator=¶
Assignment operator
Synopsis¶
Declared in <mp-units/utility/format.h>
constexpr fill_t& operator=(std::basic_string_view<Char> str);
Return Value¶
Reference to the current object
Parameters¶
| Name | Description |
|---|---|
| str | The object to assign from |