ΒΆtemplate <typename OutputIt,
typename Char,
typename W>
inline constexpr auto write_int(
OutputIt out,
int num_digits,
unsigned int prefix,
const format_specs<Char>& specs,
W write_digits) -> OutputIt
template <typename OutputIt,
typename Char,
typename W>
inline constexpr auto write_int(
OutputIt out,
int num_digits,
unsigned int prefix,
const format_specs<Char>& specs,
W write_digits) -> OutputIt
Declared at: third_party/fmt/include/fmt/format.h:2041
Templates
- OutputIt
- Char
- W
Parameters
- OutputIt out
- int num_digits
- unsigned int prefix
- const format_specs<Char>& specs
- W write_digits