Boost C++ 库

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

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

函数 is_punct

boost::is_punct — is_punct 断言

提要

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


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

描述

ctype_base::punct 类别构建 is_classified 断言。

参数

位置

用于分类的区域设置

返回

一个 is_classified 谓词实例


PrevUpHomeNext