basic_ios::operator!
Gibt an, ob der Stream nicht NULL ist.
bool operator!( ) const;
Rückgabewert
Gibt Fehler zurück.
Beispiel
// basic_ios_opbad.cpp
// compile with: /EHsc
#include <iostream>
int main( )
{
using namespace std;
cout << !cout << endl; // Stream is not bad
}
0
Anforderungen
Header: <IOS>
Namespace: std