Puts a space ' ' sign before a unit symbol
Synopsis
Declared in <mp‐units/framework/unit.h>
template<Unit auto U>
constexpr bool space_before_unit_symbol = true;
Description
Quantities of some units (e.g. degree, arcminute, arcsecond) should not be printed with the space between a number and a unit. For those a partial specialization with the value false
should be provided.
Created with MrDocs