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