ΒΆtemplate <typename Locale, typename Char>
auto vformat(const Locale& loc,
             basic_string_view<Char> fmt,
             basic_format_args<buffer_context<
                 type_identity_t<Char>>> args)
    -> std::basic_string<Char>

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

Templates

Locale
Char

Parameters

const Locale& loc
basic_string_view<Char> fmt
basic_format_args< buffer_context<type_identity_t<Char>>> args