Boost C++ 库

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

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

函数 is_space

boost::algorithm::is_space — is_space 断言

提要

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


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

描述

构造用于 ctype_base::space 类别的 is_classified 断言。

参数

位置

用于分类的区域设置

返回

一个 is_classified 谓词实例


PrevUpHomeNext