Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template raw_parser

boost::parser::raw_parser

Synopsis

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

template<typename Parser> 
struct raw_parser {
};

Description

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.


PrevUpHomeNext