[#mp_units-quantity_point-08-2constructor-05] = 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/PointOrigin.adoc[PointOrigin] PO2, xref:mp_units/QuantityOf.adoc[QuantityOf<PO2::_quantity_spec_>] Q = std::remove_cvref_t<FwdQ>> requires std::constructible_from<quantity_type, FwdQ> && detail::SameAbsolutePointOriginAs<PO2, PO> constexpr quantity_point( FwdQ&& q, PO2); ---- == Parameters [cols=2] |=== | Name | Description | *q* | The object to move construct from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#