Boost C++ 库

...全球公认的最受推崇、设计精湛的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu,《C++ Coding Standards

全局空白 - Boost C++ 函数库
PrevUpHomeNext

全局空白

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 匹配的那些。不产生任何属性。


PrevUpHomeNext