boost::parser::raw_parser
// In header: <boost/parser/parser_fwd.hpp> template<typename Parser> struct raw_parser { };
Applies the given parser p of type Parser; regardless of the attribute produced by Parser, this parser's attribute is equivalent to _where(ctx) within a semantic action on p. The parse succeeds iff p succeeds.
p
Parser
_where(ctx)