basic_ios::operator!
Wskazuje, czy strumień nie jest zły.
bool operator!( ) const;
Wartość zwracana
Zwraca awarii.
Przykład
// basic_ios_opbad.cpp
// compile with: /EHsc
#include <iostream>
int main( )
{
using namespace std;
cout << !cout << endl; // Stream is not bad
}
Wymagania
Nagłówek: <ios>
Obszar nazw: std