Boost C++ 库

...世界上最受推崇、设计最精良的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ Coding Standards

全局 eol - Boost C++ 函数库
PrevUpHomeNext

全局 eol

boost::parser::eol

提要

// In header: <boost/parser/parser.hpp>

parser_interface< ws_parser< true, false > > eol;

描述

行尾解析器。此解析器匹配 "\r\n",或 Unicode 行中断算法中的任何一个中断代码点,详情请参阅 https://unicode.org/reports/tr14。不产生任何属性。


PrevUpHomeNext