ws

跳过流的空白。

template class<Elem, Tr>
   basic_istream<Elem, Tr>& ws(
   basic_istream<Elem, Tr>& _Istr
);

参数

  • _Istr
    流。

返回值

此流。

备注

操控器提取数据并放弃任何元素 use_facet< ctype<Elem> >的 ch (getloc)。 is(ctype<Elem>::spacech)为true。

函数调用 setstate(eofbit),如果遇到文件结束,在提取元素。 它返回 _Istr。

示例

有关使用示例 ws参见 operator>>

要求

标头: <istream>

命名空间: std

请参见

参考

iostream编程

(mfc)约定