Assignment operator
Declared in <mp-units/framework/quantity.h>
template<typename FwdValue>
requires detail::ImplicitFromNumber<reference> && detail::RepAssignableFrom<rep, FwdValue>
constexpr
quantity&
operator=(FwdValue&& val);
Reference to the current object
| Name | Description |
|---|---|
| val | The object to move assign from |