ΒΆtemplate <
    typename OutputIt,
    fmt::enable_if_t<
        (detail::is_output_iterator<OutputIt,
                                    char>::value),
        int> = 0>
auto vformat_to(OutputIt out,
                fmt::string_view fmt,
                fmt::format_args args) -> OutputIt

Description

Formats a string and writes the output to ``out``.

Declared at: third_party/fmt/include/fmt/core.h:2794

Templates

OutputIt
fmt::enable_if_t<(detail::is_output_iterator::value), int>

Parameters

OutputIt out
fmt::string_view fmt
fmt::format_args args