mp_units::quantity_character::quantity_character

Constructs a quantity character from both axes

Synopsis

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

consteval
quantity_character(
    quantity_tensor_order tensor_order,
    quantity_field numeric_field);

Parameters

NameDescription
tensor_orderThe tensor order axis.
numeric_fieldThe numeric field axis.