Namespaces
Variants
Views
Actions

std::basic_ios<CharT,Traits>::operator!

From cppreference.com
< cpp‎ | io‎ | basic ios
Revision as of 18:36, 26 April 2011 by WikiSysop (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:cpp/io/basic ios/sidebar Template:ddcl list begin <tr class="t-dcl ">

<td class="t-dcl-nopad">
bool operator!() const;
</td>

<td class="t-dcl-nopad"> </td> <td class="t-dcl-nopad"> </td> </tr> Template:ddcl list end

Returns Template:cpp if an error has occurred on the associated stream. Specifically, returns Template:cpp if badbit or failbit is set in Template:cpp.

Template:params Template:param none

Template:returns Template:cpp if an error has occurred, Template:cpp otherwise.

Template:example cpp

Template:see also

Template:cpp/io/basic ios/dcl list goodTemplate:cpp/io/basic ios/dcl list badTemplate:cpp/io/basic ios/dcl list failTemplate:cpp/io/basic ios/dcl list eofTemplate:cpp/io/basic ios/dcl list operator bool