Specifies the separator placed between the symbols of a unit symbol's factors
Declared in <mp-units/framework/unit_symbol_formatting.h>
enum class unit_symbol_separator : int8_t;
| Name | Description |
|---|---|
space | Factors are separated with a space (e.g. kg m²/s²) |
half_high_dot | Factors are separated with a half-high dot (e.g. kg⋅m²/s²); valid only for utf8 encoding |
default_separator | The default separator, equal to space |