Parse the input and arguments specified by context and return an iterator pointing after the end of parsed input.
Declared in <bdlt_formatter.h>
template<class t_PARSE_CONTEXT>
constexpr
t_PARSE_CONTEXT::iterator
parse(t_PARSE_CONTEXT& context);
iterator pointing after the end of the parsed input
| Name | Description |
|---|---|
| context | parse context providing the format specification |