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