Parse the input and arguments specified by context and return an iterator pointing after the end of parsed input.

Synopsis

Declared in <bdlt_formatter.h>

template<class t_PARSE_CONTEXT>
constexpr
t_PARSE_CONTEXT::iterator
parse(t_PARSE_CONTEXT& context);

Return Value

iterator pointing after the end of the parsed input

Parameters

Name

Description

context

parse context providing the format specification

Created with MrDocs