Udostępnij za pośrednictwem


basic_ios::operator!

Wskazuje, czy strumień nie jest zły.

bool operator!( ) const;

Wartość zwracana

Zwraca się niepowodzeniem.

Przykład

// basic_ios_opbad.cpp
// compile with: /EHsc
#include <iostream>

int main( ) 
{
   using namespace std;
   cout << !cout << endl;   // Stream is not bad 
}
0

Wymagania

Nagłówek:<ios>

Przestrzeń nazw: std

Zobacz też

Informacje

basic_ios — Klasa

iostream Programming

Konwencje iostream