Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template attr

boost::parser::attr

Synopsis

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


template<typename Attribute> auto attr(Attribute a);

Description

Returns an attr_parser which matches anything, and consumes no input, and which produces a as its attribute.


PrevUpHomeNext