Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Global skip

boost::parser::skip

Synopsis

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

skip_directive skip;

Description

The skip_directive, whose operator[] returns a parser_interface<skip_parser<P>> from a given parser of type parser_interface<P>.


PrevUpHomeNext