Difference between revisions of "cpp/io/basic ios/operator!"
From cppreference.com
m (1 revision: import content) |
m (Text replace - "{{see also}}" to "===See also===") |
||
Line 26: | Line 26: | ||
<!-- ======== --> | <!-- ======== --> | ||
− | + | also | |
{{dcl list begin}} | {{dcl list begin}} | ||
{{dcl list template | cpp/io/basic_ios/dcl list good}} | {{dcl list template | cpp/io/basic_ios/dcl list good}} |
Revision as of 17:54, 2 August 2011
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.
This section is incomplete Reason: no example |