ΒΆtemplate <typename Char>
void vformat_to(
    buffer<Char>& buf,
    basic_string_view<Char> fmt,
    typename vformat_args<Char>::type args,
    fmt::detail::locale_ref loc = {})

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

Templates

Char

Parameters

buffer<Char>& buf
basic_string_view<Char> fmt
typename vformat_args<Char>::type args
fmt::detail::locale_ref loc = {}