Constructors

Synopses

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

Default constructor

consteval
quantity_character() = default;

Construct from quantity_character_legacy

Construct from quantity_field

consteval
quantity_character(quantity_field numeric_field);

Construct from quantity_tensor_order

consteval
quantity_character(quantity_tensor_order tensor_order);
consteval
quantity_character(
    quantity_tensor_order tensor_order,
    quantity_field numeric_field);

Created with MrDocs