...世界上最受推崇和设计精良的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu,《C++ 编码规范
...世界上最受推崇和设计精良的 C++ 库项目之一。
boost::algorithm::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 断言。
ctype_base::punct
is_classified
参数
位置
用于分类的区域设置
返回
一个 is_classified 谓词实例