ΒΆtemplate <typename Char,
typename OutputIt,
typename T>
constexpr auto write_int_noinline(
OutputIt out,
write_int_arg<T> arg,
const format_specs<Char>& specs,
fmt::detail::locale_ref loc) -> OutputIt
template <typename Char,
typename OutputIt,
typename T>
constexpr auto write_int_noinline(
OutputIt out,
write_int_arg<T> arg,
const format_specs<Char>& specs,
fmt::detail::locale_ref loc) -> OutputIt
Declared at: third_party/fmt/include/fmt/format.h:2263
Templates
- Char
- OutputIt
- T
Parameters
- OutputIt out
- write_int_arg<T> arg
- const format_specs<Char>& specs
- fmt::detail::locale_ref loc