Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Global omit

boost::parser::omit

Synopsis

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

directive< omit_parser > omit;

Description

The omit directive, whose operator[] returns a parser_interface<omit_parser<P>> from a given parser of type parser_interface<P>.


PrevUpHomeNext