Specifies the separator placed between the symbols of a unit symbol's factors

Synopsis

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

enum class unit_symbol_separator : int8_t;

Members

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

Created with MrDocs