[#mp_units-quantity_point-08-2constructor-02] = xref:mp_units.adoc[mp_units]::xref:mp_units/quantity_point-08.adoc[quantity_point]::quantity_point :relfileprefix: ../../ :mrdocs: Construct from `QP` == Synopsis Declared in `<mp‐units/framework/quantity_point.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<xref:mp_units/QuantityPointOf.adoc[QuantityPointOf<absolute_point_origin>] QP> requires std::constructible_from<quantity_type, typename QP::quantity_type> constexpr explicit(!std::convertible_to<typename QP::quantity_type, quantity_type>) quantity_point(QP const& qp); ---- == Parameters [cols=2] |=== | Name | Description | *qp* | The object to copy construct from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#