ΒΆtemplate <unsigned int BASE_BITS,
          typename Char,
          typename It,
          typename UInt>
inline auto format_uint(It out,
                        UInt value,
                        int num_digits,
                        bool upper = false) -> It

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

Templates

unsigned int BASE_BITS
Char
It
UInt

Parameters

It out
UInt value
int num_digits
bool upper = false