mp_units::quantity_field

The numeric field axis of a quantity's character

Synopsis

Declared in <mp-units/framework/quantity_character.h>

enum class quantity_field : int8_t;

Description

Distinguishes real quantities from complex ones (such as a voltage phasor or a complex permittivity), which affects the operations a quantity admits.

Members

NameDescription
real A quantity represented by a real number.
complex A quantity represented by a complex number.