ΒΆtemplate <typename Char, typename OutputIt>
constexpr auto write_char(
OutputIt out,
Char value,
const format_specs<Char>& specs) -> OutputIt
template <typename Char, typename OutputIt>
constexpr auto write_char(
OutputIt out,
Char value,
const format_specs<Char>& specs) -> OutputIt
Declared at: third_party/fmt/include/fmt/format.h:1993
Templates
- Char
- OutputIt
Parameters
- OutputIt out
- Char value
- const format_specs<Char>& specs