[#mp_units-quantity_point-08-2constructor-07b] = xref:mp_units.adoc[mp_units]::xref:mp_units/quantity_point-08.adoc[quantity_point]::quantity_point :relfileprefix: ../../ :mrdocs: Constructor == 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> constexpr quantity_point( FwdQ&& q, decltype(PO)); ---- == Parameters [cols=2] |=== | Name | Description | *q* | The object to move construct from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#