ΒΆtemplate <unsigned int BASE_BITS,
          typename Char,
          typename UInt>
constexpr auto format_uint(Char* buffer,
                           UInt value,
                           int num_digits,
                           bool upper = false)
    -> Char*

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

Templates

unsigned int BASE_BITS
Char
UInt

Parameters

Char* buffer
UInt value
int num_digits
bool upper = false