boost::parser::attr_parser
// In header: <boost/parser/parser_fwd.hpp> template<typename Attribute> struct attr_parser { };
Matches anything, consumes no input, and produces an attribute of type RESOLVE(Attribute).
RESOLVE(Attribute)