Searched defs:wformat_string (Results 1 – 3 of 3) sorted by relevance
50 template <typename... Args> using wformat_string = wstring_view; variable54 using wformat_string = basic_format_string<wchar_t, type_identity_t<Args>...>; variable
62 auto wformat_string = std::runtime_format(std::wstring_view{}); in main() local
404 using wformat_string = basic_format_string<wchar_t, type_identity_t<_Args>...>; variable