Create a mock parse context for the specified format string and argument count.
Declared in <bslfmt_mockparsecontext.h>
constexpr
explicit
MockParseContext(
bsl::basic_string_view<t_CHAR> fmt,
size_t numArgs = 0) noexcept;
| Name | Description |
|---|---|
| fmt | format string to parse |
| numArgs | number of formatting arguments |