ΒΆtemplate <typename Char, typename OutputIt>
auto write_escaped_string(
OutputIt out,
basic_string_view<Char> str) -> OutputIt
template <typename Char, typename OutputIt>
auto write_escaped_string(
OutputIt out,
basic_string_view<Char> str) -> OutputIt
Declared at: third_party/fmt/include/fmt/format.h:1963
Templates
- Char
- OutputIt
Parameters
- OutputIt out
- basic_string_view<Char> str