![]() |
Home | Libraries | People | FAQ | More |
boost::parser::attr
// In header: <boost/parser/parser.hpp> template<typename Attribute> auto attr(Attribute a);
Returns an attr_parser
which matches anything, and consumes no input, and which produces a
as its attribute.