boost::parser::omit_parser
// In header: <boost/parser/parser_fwd.hpp> template<typename Parser> struct omit_parser { };
Applies the given parser p of type Parser. This parser produces no attribute, and suppresses the production of any attributes that would otherwise be produced by p. The parse succeeds iff p succeeds.
p
Parser