BloombergLP::bslfmt::basic_format_parse_context::basic_format_parse_context

Constructors

Synopses

Declared in <bslfmt_formatparsecontext.h>

Create a parse context for the specified format string.

constexpr
explicit
basic_format_parse_context(bsl::basic_string_view<t_CHAR> fmt) noexcept;
» more...

Create a parse context for the specified format string and argument count.

constexpr
explicit
basic_format_parse_context(
    bsl::basic_string_view<t_CHAR> fmt,
    size_t numArgs) noexcept;
» more...

Parameters

NameDescription
fmtformat string to parse
numArgsnumber of formatting arguments