Searched refs:wformat_string (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/llvm/libcxx/include/__format/ |
H A D | format_functions.h | 386 using wformat_string = basic_format_string<wchar_t, type_identity_t<_Args>...>; variable 432 format_to(_OutIt __out_it, wformat_string<_Args...> __fmt, _Args&&... __args) { in format_to() 463 format(wformat_string<_Args...> __fmt, _Args&&... __args) { in format() 487 format_to_n(_OutIt __out_it, iter_difference_t<_OutIt> __n, wformat_string<_Args...> __fmt, in format_to_n() 510 formatted_size(wformat_string<_Args...> __fmt, _Args&&... __args) { in formatted_size() 561 format_to(_OutIt __out_it, locale __loc, wformat_string<_Args...> __fmt, _Args&&... __args) { in format_to() 596 format(locale __loc, wformat_string<_Args...> __fmt, _Args&&... __args) { in format() 624 format_to_n(_OutIt __out_it, iter_difference_t<_OutIt> __n, locale __loc, wformat_string<_Args...> … in format_to_n() 649 formatted_size(locale __loc, wformat_string<_Args...> __fmt, _Args&&... __args) { in formatted_size()
|
/openbsd-src/gnu/llvm/libcxx/include/ |
H A D | format | 41 …using wformat_string = // since C++23, exposition only before…
|
/openbsd-src/gnu/llvm/libcxx/docs/ |
H A D | UsingLibcxx.rst | 518 ``format_string``, and ``wformat_string`` in C++23. Libc++ makes these types
|