Boost C++ 库

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

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

函数 is_alpha

boost::is_alpha — is_alpha 断言

提要

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


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

描述

ctype_base::alpha 类别构造 is_classified 断言。

参数

位置

用于分类的区域设置

返回

一个 is_classified 谓词实例


PrevUpHomeNext