[#mp_units-quantity_point-08-2constructor-01] = xref:mp_units.adoc[mp_units]::xref:mp_units/quantity_point-08.adoc[quantity_point]::quantity_point :relfileprefix: ../../ :mrdocs: Construct from `FwdQ` == Synopsis Declared in `<mp‐units/framework/quantity_point.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename FwdQ, xref:mp_units/QuantityOf.adoc[QuantityOf<quantity_spec>] Q = std::remove_cvref_t<FwdQ>> requires std::constructible_from<quantity_type, FwdQ> && (point_origin == default_point_origin(R)) constexpr explicit quantity_point(FwdQ&& q); ---- == Parameters [cols=2] |=== | Name | Description | *q* | The object to move construct from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#