Assigns a new numerical value to *this.
Declared in <mp-units/framework/quantity.h>
template<typename FwdValue>
requires detail::ImplicitFromNumber<reference> && detail::RepAssignableFrom<rep, FwdValue>
constexpr
quantity&
operator=(FwdValue&& val);
*this
| Name | Description |
|---|---|
| val | the numerical value to assign |