A point origin located at the zero point of a quantity specification

Synopsis

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

template<
    QuantitySpec auto QS,
    auto Args...>
struct absolute_point_origin
    : /* implementation-defined */

Description

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.

Base Classes

Name

Description

/* implementation-defined */

Static Data Members

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

Template Parameters

Name

Description

QS

quantity specification of the quantities measured from this origin

Args

optional policy arguments (e.g. a bounds policy)

Created with MrDocs