std::basic_format_parse_context

Header: <format>

Provides access to the format string parsing state consisting of the format string range being parsed and the argument counter for automatic indexing.

# Declarations

template< class CharT >
class basic_format_parse_context;

(since C++20)

# Example

This section is incompleteReason: no example

# Defect reports

DRApplied toBehavior as publishedCorrect behavior
LWG 3825C++20check_arg_id has a compile-time argumentid check, but next_arg_id did not haveadded
LWG 3975C++20user specialization of basic_format_parse_context was alloweddisallowed