ΒΆtemplate <typename Char, typename OutputIt>
auto write_escaped_char(OutputIt out, Char v)
    -> OutputIt

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

Templates

Char
OutputIt

Parameters

OutputIt out
Char v