fmt::vformat

Synopsis

Declared in <fmt/xchar.h>
template<typename Char>
std::basic_string<Char>
vformat(
    basic_string_view<Char> fmt,
    basic_format_args<buffered_context<Char>> args);

Created with MrDocs