ΒΆtemplate <typename Char, typename UInt>
constexpr auto format_decimal(Char* out,
                              UInt value,
                              int size)
    -> format_decimal_result<Char*>

Declared at: third_party/fmt/include/fmt/format.h:1343

Templates

Char
UInt

Parameters

Char* out
UInt value
int size