[#mp_units-natural_point_origin_] = xref:mp_units.adoc[mp_units]::natural_point_origin_ :relfileprefix: ../ :mrdocs: Implementation type of `natural_point_origin` == 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> struct natural_point_origin_ final : /* implementation-defined */ ---- == Description Derives from `absolute_point_origin<QS>`, additionally applying a non‐negative bounds check when `QS` is tagged as non‐negative and has a real‐scalar character. == Base Classes [cols="1,4"] |=== | Name| Description | `/* implementation-defined */` | |=== == Template Parameters [cols="1,4"] |=== | Name| Description | *QS* | quantity specification of the quantities measured from this origin |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#