fmt::vformat_to

Synopsis

Declared in <fmt/xchar.h>
template<
    typename OutputIt,
    typename S,
    typename Char = /* implementation-defined */>
OutputIt
vformat_to(
    OutputIt out,
    S const& fmt,
    basic_format_args<buffered_context<Char>> args);

Created with MrDocs