[#mp_units-relative_point_origin-_quantity_spec_] = xref:mp_units.adoc[mp_units]::xref:mp_units/relative_point_origin.adoc[relative_point_origin]::_quantity_spec_ :relfileprefix: ../../ :mrdocs: == Synopsis Declared in `<mp‐units/framework/quantity_point.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr static xref:mp_units/QuantitySpec.adoc[QuantitySpec] auto _quantity_spec_ = []() { // select the strongest of specs if constexpr (detail::QuantityKindSpec<MP_UNITS_NONCONST_TYPE(QP.quantity_spec)>) return QP.point_origin._quantity_spec_; else return QP.quantity_spec; }(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#