[#BloombergLP-bslfmt-basic_format_parse_context-2constructor-07] = 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: Constructors == Synopses Declared in `<bslfmt_formatparsecontext.h>` Create an instance of this type with the specified `fmt` parse string and number of arguments set to zero. The string is stored by reference, so `fmt` must outlive this object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr explicit xref:BloombergLP/bslfmt/basic_format_parse_context/2constructor-0c.adoc[basic_format_parse_context](bsl::basic_string_view<t_CHAR> fmt) noexcept; ---- [.small]#xref:BloombergLP/bslfmt/basic_format_parse_context/2constructor-0c.adoc[_» more..._]# Create an instance of this type with the specified `fmt` parse string and number of arguments set to the specified `numArgs`. The string is stored by reference, so `fmt` must outlive this object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr explicit xref:BloombergLP/bslfmt/basic_format_parse_context/2constructor-0a.adoc[basic_format_parse_context]( bsl::basic_string_view<t_CHAR> fmt, size_t numArgs) noexcept; ---- [.small]#xref:BloombergLP/bslfmt/basic_format_parse_context/2constructor-0a.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#