Boost C++ 库

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

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

全局 hex_digit

boost::parser::hex_digit

提要

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

unspecified hex_digit;

描述

十六进制数字解析器。匹配完整的 Unicode 十六进制数字集(大写或小写);换句话说,所有具有“Hex_Digit”字符属性的 Unicode 代码点。


PrevUpHomeNext