From Jason Turner

[tab:iostreams.iostate.effects]

Diff to HTML by rtfpessoa

tmp/tmpo6pgj399/{from.md → to.md} RENAMED
@@ -1,8 +0,0 @@
1
- **Table: `iostate` effects** <a id="tab:iostreams.iostate.effects">[tab:iostreams.iostate.effects]</a>
2
-
3
- | Element | Effect(s) if set |
4
- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
5
- | `badbit` | indicates a loss of integrity in an input or output sequence (such as an irrecoverable read error from a file); |
6
- | `eofbit` | indicates that an input operation reached the end of an input sequence; |
7
- | `failbit` | indicates that an input operation failed to read the expected characters, or that an output operation failed to generate the desired characters. |
8
-