ws
跳过流中的空白。
template class<Elem, Tr>
basic_istream<Elem, Tr>& ws(
basic_istream<Elem, Tr>& _Istr
);
参数
- _Istr
流。
返回值
此流。
备注
操控程序将提取并放弃所有元素的 ( ch )。getlocuse_facet<ctype<Elem> > isctype<Elem>(或空间,ch) 为 true。
函数调用 setstate(eofbit),如果遇到文件结束,在提取元素。 它返回 _Istr。
示例
用于示例 ws参见 运算符>>。
要求
页眉: <istream>
命名空间: std