[#mp_units-zeroth_point_origin_] = xref:mp_units.adoc[mp_units]::zeroth_point_origin_ :relfileprefix: ../ :mrdocs: == Synopsis Declared in `<mp‐units/framework/quantity_point.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<xref:mp_units/QuantitySpec.adoc[QuantitySpec] auto QS> using zeroth_point_origin_ [[deprecated("2.6.0: Use `natural_point_origin_` instead")]] = xref:mp_units/natural_point_origin_.adoc[natural_point_origin_<QS>]; ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]: 2.6.0: Use `natural_point_origin_` instead. Use of this entity is allowed but discouraged. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#