Constructs a quantity_point of reference R from a raw representation value
Declared in <mp-units/framework/construction_helpers.h>
template<Reference auto R>
[[nodiscard]]
constexpr
quantity_point<R{}, default_point_origin(R{}), Rep>
point(FwdRep&& lhs);
This function is defined as an Algorithm Function Object (AFO).
A quantity_point of reference R, relative to the default point origin, holding lhs
The return value should not be discarded.
| Name | Description |
|---|---|
| lhs | The raw representation value to wrap in a quantity_point |