Home
last modified time | relevance | path

Searched defs:sequence_parser (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/spirit/workbench/x3/toy/
Dtoy.cpp43 struct sequence_parser : parser<sequence_parser<Left, Right>> struct
45 sequence_parser(Left left, Right right) in sequence_parser() function
49 bool parse(Iterator& first, Iterator last, Context const& ctx) const in parse()
55 Left left;
56 Right right;