Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

Struct template attr_parser
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