ΒΆtemplate <typename Char,
          typename OutputIt,
          typename T>
inline constexpr auto write_int(
    OutputIt out,
    write_int_arg<T> arg,
    const format_specs<Char>& specs,
    fmt::detail::locale_ref) -> OutputIt

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

Templates

Char
OutputIt
T

Parameters

OutputIt out
write_int_arg<T> arg
const format_specs<Char>& specs
fmt::detail::locale_ref