...世界上最受推崇和设计精良的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu,《C++ 编码规范
...世界上最受推崇和设计精良的 C++ 库项目之一。
boost::parser::transform
// In header: <boost/parser/parser.hpp> template<typename F> auto transform(F f);
返回一个 transform_directive,它使用可调用对象 F 来完成其工作。
transform_directive
F