Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template attr_parser

boost::parser::attr_parser

Synopsis

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

template<typename Attribute> 
struct attr_parser {
};

Description

Matches anything, consumes no input, and produces an attribute of type RESOLVE(Attribute).


PrevUpHomeNext