Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__format/
H A Dformat_functions.h336 struct _LIBCPP_TEMPLATE_VIS basic_format_string { struct
339 consteval basic_format_string(const _Tp& __str) : __str_{__str} { in basic_format_string() argument
344 …IDE_FROM_ABI _LIBCPP_AVAILABILITY_FORMAT constexpr basic_string_view<_CharT> get() const noexcept { in get()
351 using _Context = __format::__compile_time_basic_format_context<_CharT>;
382 using format_string = basic_format_string<char, type_identity_t<_Args>...>; argument