...世界上最受尊敬、设计最精湛的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu, C++ Coding Standards
...世界上最受尊敬、设计最精湛的 C++ 库项目之一。
boost::parser::char_set_parser
// In header: <boost/parser/parser_fwd.hpp> template<typename Tag> struct char_set_parser { };
匹配与标签类型 Tag 相关联的码点之一。这用于创建字符集,以匹配标点符号或小写字母等 Unicode 字符类。属性类型是正在匹配的字符的属性类型。
Tag