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