boost::parser::transform
// In header: <boost/parser/parser.hpp> template<typename F> auto transform(F f);
Returns a transform_directive that uses invocable F to do its work.
transform_directive
F