[#BloombergLP-bslfmt-basic_format_parse_context-2constructor-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::xref:BloombergLP/bslfmt/basic_format_parse_context.adoc[basic_format_parse_context]::basic_format_parse_context :relfileprefix: ../../../ :mrdocs: Create a parse context for the specified format string. == Synopsis Declared in `<bslfmt_formatparsecontext.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr explicit basic_format_parse_context(bsl::basic_string_view<t_CHAR> fmt) noexcept; ---- == Description The number of arguments is set to zero. The string is stored by reference, so `fmt` must outlive this object. == Parameters [cols="1,4"] |=== | Name| Description | *fmt* | format string to parse |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#