![]() |
Home | Libraries | People | FAQ | More |
boost::parser::transform_directive
// In header: <boost/parser/parser.hpp> template<typename F> struct transform_directive { // public member functions template<typename Parser> constexpr auto (parser_interface< Parser >) ; // public data members f_; };
A directive that transforms the attribute generated by a parser. operator[]
returns a parser_interface<transform_parser<Parser, F>>
.
transform_directive
public member functionstemplate<typename Parser> constexpr auto (parser_interface< Parser > rhs) ;