Constructors
Synopses
Declared in <mp‐units/framework/quantity_character.h>
Constructs a scalar, real quantity character
consteval
quantity_character() = default;
Constructs a quantity character from the pre‐2.6.0 flat spelling
consteval
quantity_character(quantity_character_legacy legacy);
Constructs a scalar quantity character with the given numeric field
consteval
quantity_character(quantity_field numeric_field);
Constructs a real quantity character with the given tensor order
consteval
quantity_character(quantity_tensor_order tensor_order);
Constructs a quantity character from both axes
consteval
quantity_character(
quantity_tensor_order tensor_order,
quantity_field numeric_field);
Parameters
Name |
Description |
legacy |
The flat character value to translate onto the two‐axis representation. |
numeric_field |
The numeric field axis. |
tensor_order |
The tensor order axis. |
Created with MrDocs