Construct from FwdValue
<mp-units/framework/quantity.h>template<typename FwdValue>
requires detail::ExplicitFromNumber<reference> && detail::ValuePreservingConstruction<rep, FwdValue>
constexpr
explicit(!std::convertible_to<FwdValue, rep> || !implicitly_convertible(quantity_spec, dimensionless))
quantity(FwdValue&& val);
| Name | Description |
|---|---|
| val | The object to move construct from |