BDE 4.39.x Production Release
Loading...
Searching...
No Matches
bslfmt_formatparsecontext

Detailed Description

Provides access to formatting parsing string and parsing state.

Outline

Purpose

Provides access to formatting parsing string and parsing state.

Classes

Canonical Header

bsl_format.h

Description

This component provides an implementation of the C++20 Standard Library's std::basic_format_parse_context, which provides access to formatting specification string, the parsing state, and the auto-indexing argument counter (where applicable).

This header is not intended to be included directly. Please include <bsl_format.h> to be able to use bsl::basic_format_parse_context.