...世界上最受推崇和设计精良的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu,《C++ 编码规范
...世界上最受推崇和设计精良的 C++ 库项目之一。
boost::parser::attr_parser
// In header: <boost/parser/parser_fwd.hpp> template<typename Attribute> struct attr_parser { };
匹配任何内容,不消耗任何输入,并产生一个类型为 RESOLVE(Attribute) 的属性。
RESOLVE(Attribute)