Deleted overload that prevents forming a reference into a temporary quantity point.

Synopsis

Declared in <mp‐units/framework/quantity_point.h>

template<PointOrigin PO2>
requires (PO2{} == point_origin)
constexpr
quantity_type const&&
quantity_ref_from(PO2 po) const && noexcept = delete;

Return Value

The quantity type used to store the offset of this quantity point from point_origin.

Parameters

Name

Description

po

a point origin equal to point_origin

Created with MrDocs