basic_ios::operator!
Akış bozuk değilse gösterir.
bool operator!( ) const;
Dönüş Değeri
İade başarısız.
Örnek
// basic_ios_opbad.cpp
// compile with: /EHsc
#include <iostream>
int main( )
{
using namespace std;
cout << !cout << endl; // Stream is not bad
}
Gereksinimler
Başlık: <ios>
Namespace: std