basic_ios::operator!
指示流不是错误的。
bool operator!( ) const;
返回值
返回 失败。
示例
// basic_ios_opbad.cpp
// compile with: /EHsc
#include <iostream>
int main( )
{
using namespace std;
cout << !cout << endl; // Stream is not bad
}
要求
标头: <ios>
命名空间: std