boost::parser::attr
// In header: <boost/parser/parser.hpp> template<typename Attribute> ( a);
Returns an attr_parser which matches anything, and consumes no input, and which produces a as its attribute.
attr_parser
a