diff --git a/doc/parser_reference.xml b/doc/parser_reference.xml index 6137fb4a..93bfe2a9 100644 --- a/doc/parser_reference.xml +++ b/doc/parser_reference.xml @@ -562,7 +562,7 @@ parser_typeglobal_state_typeerror_handler_type Applies each parsers in ParserTuple, an any order, stopping after all of them have matched the input. The parse succeeds iff all the parsers match, regardless of the order in which they do. The attribute produced is a parser::tuple containing the attributes of the subparsers, in their order of the parsers' appearance in ParserTuple, not the order of the parsers' matches. It is an error to specialize perm_parser with a ParserTuple template parameter that includes an eps_parser. ParserTuple + Applies each parsers in ParserTuple, in any order, stopping after all of them have matched the input. The parse succeeds iff all the parsers match, regardless of the order in which they do. The attribute produced is a parser::tuple containing the attributes of the subparsers, in their order of the parsers' appearance in ParserTuple, not the order of the parsers' matches. It is an error to specialize perm_parser with a ParserTuple template parameter that includes an eps_parser. ParserTuple autoR &&Returns a parser_interface containing a quoted_string_parser that accepts any of the values in r as its quotation marks. If the input being matched during the parse is a sequence of char32_t, the elements of r are transcoded from their presumed encoding to UTF-32 during the comparison. Otherwise, the character begin matched is directly compared to the elements of r. autoR &&symbols< T > const &Returns a parser_interface containing a quoted_string_parser that accepts any of the values in r as its quotation marks. If the input being matched during the parse is a sequence of char32_t, the elements of r are transcoded from their presumed encoding to UTF-32 during the comparison. Otherwise, the character begin matched is directly compared to the elements of r. symbols provides a list of strings that may appear after a backslash to form an escape sequence, and what character(s) each escape sequence represents. Note that "\\"</tt> and <tt>"\ch" are always valid escape sequences. Repeats the application of another parser p of type Parser, optionally applying another parser d of type DelimiterParser in between each pair of applications of p. The parse succeeds if p succeeds at least the minumum number of times, and d succeeds each time it is applied. The attribute produced is a sequence of the type of attribute produced by Parser. Repeats the application of another parser p of type Parser, optionally applying another parser d of type DelimiterParser in between each pair of applications of p. The parse succeeds if p succeeds at least the minimum number of times, and d succeeds each time it is applied. The attribute produced is a sequence of the type of attribute produced by Parser. Context const &Returns a reference to one or more parameters passed to the bottommost rule r, by using r as r.with(param0, param1, ..., paramN); multiple values will be stored within a parser::tuple. Returns none if there is no bottommost rule, or if that rule was not given any parameters. decltype(auto)Context const &Returns a reference to the globals object associated with the top-level parser. Returns none if there is no associated globals object. @@ -1512,7 +1512,7 @@ P, Q), and search_all_view(E, P, Q, R) - Produces a sequence of subranges of the underlying sequence of type V. the underlying sequence is split into subranges delimited by matches of the given parser, possibly using a given skip-parser. Produces a sequence of subranges of the underlying sequence of type V. The underlying sequence is split into subranges delimited by matches of the given parser, possibly using a given skip-parser. unspecified unspecified @@ -1767,21 +1767,21 @@ P, Q), and split_view(E, P, Q, R) A view that produces UTF-16 from an given sequence of UTF. + A view that produces UTF-16 from a given sequence of UTF. V A view that produces UTF-32 from an given sequence of UTF. + A view that produces UTF-32 from a given sequence of UTF. V A view that produces UTF-8 from an given sequence of UTF. + A view that produces UTF-8 from a given sequence of UTF. @@ -2142,4 +2142,4 @@ P, Q, R, S), respectively. - \ No newline at end of file +