Parse the specified parseContext and return an iterator, pointing to the beginning of the format string.
Declared in <bslfmt_formatterintegralbase.h>
template<class t_PARSE_CONTEXT>
constexpr
t_PARSE_CONTEXT::iterator
parse(t_PARSE_CONTEXT& parseContext);
iterator pointing to the beginning of the format string
| Name | Description |
|---|---|
| parseContext | input/output context over the format string |