Boost C++ 库
...全球公认的最受推崇、设计精湛的 C++ 库项目之一。
— Herb Sutter 和 Andrei Alexandrescu,《C++ Coding Standards》
boost::parser::blank
// In header: <boost/parser/parser.hpp> parser_interface< ws_parser< false, true > > blank;
不匹配行尾的空白解析器。这匹配 Unicode 属性列表 https://www.unicode.org/Public/UCD/latest/ucd/PropList.txt 中定义的具有 White_Space 属性的任何一个 Unicode 代码点,但不包括由 eol 匹配的那些。不产生任何属性。