受保护的虚成员函数
<locale>

std::ctype::do_scan_not

const char_type* do_scan_not (mask m, const char_type* low, const char_type* high) const;
返回分类中不在第一个字符 [虚函数]
ctype::scan_not 调用以定位不属于特定类别的字符的受保护虚成员函数。

多态派生类可以覆盖此函数的行为。

有关 ctype 中的默认行为,请参阅 ctype::scan_not

ctypechar 特化 (ctype<char>) 没有此成员,因为其成员 scan_not 直接返回其结果。

另见