Create a parse context for the specified format string.
Declared in <bslfmt_formatparsecontext.h>
constexpr
explicit
basic_format_parse_context(bsl::basic_string_view<t_CHAR> fmt) noexcept;
The number of arguments is set to zero. The string is stored by reference, so fmt must outlive this object.
| Name | Description |
|---|---|
| fmt | format string to parse |