std::basic_format_context C++ Utilities library Formatting library Defined in header<format> template<classOutputIt,classCharT> classbasic_format_context; (1)(since C++20) usingformat_context=basic_format_context</* unspecified */,char>;
std::format_parse_contextstd::basic_format_parse_context<char> std::wformat_parse_contextstd::basic_format_parse_context<wchar_t> TypeDefinition char_typeCharT iteratorstd::basic_string_view<CharT>::const_iterator const_iteratorstd::basic_string_view<CharT>::const_iterator ...