Searched defs:format_context (Results 1 – 2 of 2) sorted by relevance
69 using format_context = basic_format_context<back_insert_iterator<__format::__output_buffer<char>>, char>; global() variable 79 _LIBCPP_PREFERRED_NAME(format_context) _LIBCPP_PREFERRED_NAME() argument
30 using format_context = std::conditional_t<std::same_as<CharT, char>, std::format_context, std::wformat_context>; global() variable 33 using format_context = std::format_context; global() variable