Home
last modified time | relevance | path

Searched defs:basic_format_string (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_functions.h348 friend struct _LIBCPP_TEMPLATE_VIS basic_format_string; member
366 struct _LIBCPP_TEMPLATE_VIS basic_format_string { struct
369 consteval basic_format_string(const _Tp& __str) : __str_{__str} { in basic_format_string() function
376 …_LIBCPP_HIDE_FROM_ABI basic_format_string(__runtime_format_string<_CharT> __s) noexcept : __str_(_… in basic_format_string() function
398 using format_string = basic_format_string<char, type_identity_t<_Args>...>; argument