A point origin located at the zero point of a quantity specification
Declared in <mp-units/framework/quantity_point.h>
template<
QuantitySpec auto QS,
auto Args...>
struct absolute_point_origin
: /* implementation-defined */
Defines the root of a coordinate frame from which quantity points measured in terms of QS are expressed. Optional trailing arguments may specify additional policies, such as bounds checking.
| Name | Description |
|---|---|
/* implementation-defined */ |
| Name | Description |
|---|---|
_bounds_ | The bounds policy applied to points measured from this origin, if any was provided in Args |
_quantity_spec_ | The quantity specification of the quantities measured from this origin |
| Name | Description |
|---|---|
| QS | quantity specification of the quantities measured from this origin |
| Args | optional policy arguments (e.g. a bounds policy) |