A point origin defined relative to another quantity point
Synopsis
Declared in <mp‐units/framework/quantity_point.h>
template<
QuantityPoint auto QP,
auto Args...>
struct relative_point_origin
: /* implementation-defined */
Description
Its absolute origin is the absolute origin of QP, and it is displaced from that absolute origin by the value of QP itself, which allows users to define new origins in terms of previously defined quantity points.
Base Classes
Name |
Description |
|
Static Data Members
Name |
Description |
The absolute point origin that |
|
The bounds policy applied to points measured from this origin, if any was provided in |
|
The quantity point this origin is defined relative to |
|
The quantity specification of this origin, being the strongest of |
Template Parameters
Name |
Description |
QP |
the quantity point this origin is defined relative to |
Args |
optional policy arguments (e.g. a bounds policy) |
Created with MrDocs