ΒΆtemplate <typename Char, typename OutputIt>
constexpr auto write(
    OutputIt out,
    basic_string_view<Char> s,
    const format_specs<Char>& specs) -> OutputIt

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

Templates

Char
OutputIt

Parameters

OutputIt out
basic_string_view<Char> s
const format_specs<Char>& specs