Deduces a quantity_point from a quantity and an explicit point origin.
Declared in <mp-units/framework/quantity_point.h>
template<
Quantity Q,
PointOriginFor<Q::quantity_spec> PO>
quantity_point<Q::reference, PO{}, Q::rep>(
Q q,
PO) -> quantity_point<Q::reference, PO{}, Q::rep>;
| Name | Description |
|---|---|
| Q | the quantity type |
| PO | the point origin type |