Returns the quantity separating this quantity point from the zero of its default point origin.
Declared in <mp-units/framework/quantity_point.h>
[[nodiscard]]
constexpr
quantity_type const&
quantity_from_zero() const noexcept
requires (PO == default_point_origin(R));
Only available when point_origin is the default point origin for R.
A reference to the stored offset quantity, measured from point_origin.
The return value should not be discarded.