ΒΆtemplate <typename OutputIt,
typename UInt,
typename Char>
auto write_int(
OutputIt out,
UInt value,
unsigned int prefix,
const format_specs<Char>& specs,
const digit_grouping<Char>& grouping)
-> OutputIt
template <typename OutputIt,
typename UInt,
typename Char>
auto write_int(
OutputIt out,
UInt value,
unsigned int prefix,
const format_specs<Char>& specs,
const digit_grouping<Char>& grouping)
-> OutputIt
Declared at: third_party/fmt/include/fmt/format.h:2131
Templates
- OutputIt
- UInt
- Char
Parameters
- OutputIt out
- UInt value
- unsigned int prefix
- const format_specs<Char>& specs
- const digit_grouping<Char>& grouping