mp_units::unit_symbol_to

Synopsis

Declared in <mp-units/framework/unit.h>
template<
    typename CharT = char,
    std::output_iterator<CharT> Out,
    Unit U>
constexpr
Out
unit_symbol_to(
    Out out,
    U u,
    unit_symbol_formatting const& fmt = unit_symbol_formatting{});


Created with MrDocs