Boost C++ 库

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

函数 is_alnum - Boost C++ 函数库
PrevUpHomeNext

函数 is_alnum

boost::algorithm::is_alnum — is_alnum 谓词

提要

// In header: <boost/algorithm/string/classification.hpp>


unspecified is_alnum(const std::locale & Loc = std::locale());

描述

构造用于 ctype_base::alnum 类别的 is_classified 谓词。

参数

位置

用于分类的区域设置

返回

一个 is_classified 谓词实例


PrevUpHomeNext