Boost C++ 库

...世界上最受推崇和设计精良的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu,《C++ 编码规范

全局 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