Boost C++ 库

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

结构体模板 char_set_parser - Boost C++ 函数库
PrevUpHomeNext

结构体模板 char_set_parser

boost::parser::char_set_parser

提要

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

template<typename Tag> 
struct char_set_parser {
};

描述

匹配与标签类型 Tag 相关联的码点之一。这用于创建字符集,以匹配标点符号或小写字母等 Unicode 字符类。属性类型是正在匹配的字符的属性类型。


PrevUpHomeNext