Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Global separate

boost::parser::separate

Synopsis

// In header: <boost/parser/parser.hpp>

separate_directive separate;

Description

The separate_directive, whose operator[] returns a parser_interface<P2>, from a given parser of type parser_interface<P>, where P is a seq_parser. P2 is the same as P, except that its CombiningGroups template parameter is replaced with a tag type that prevents each subparser's attribute from merging with any other subparser's attribute.


PrevUpHomeNext