From Jason Turner

[tab:iostreams.basicios.init.effects]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmp7uqos6zy/{from.md → to.md} +0 -16
tmp/tmp7uqos6zy/{from.md → to.md} RENAMED
@@ -1,16 +0,0 @@
1
- **Table: `basic_ios::init()` effects** <a id="tab:iostreams.basicios.init.effects">[tab:iostreams.basicios.init.effects]</a>
2
-
3
- | Element | Value |
4
- | -------------- | ------------------------------------------------------------ |
5
- | `rdbuf()` | `sb` |
6
- | `tie()` | `0` |
7
- | `rdstate()` | `goodbit` if `sb` is not a null pointer, otherwise `badbit`. |
8
- | `exceptions()` | `goodbit` |
9
- | `flags()` | `skipws | dec` |
10
- | `width()` | `0` |
11
- | `precision()` | `6` |
12
- | `fill()` | `widen(' ')` |
13
- | `getloc()` | a copy of the value returned by `locale()` |
14
- | `iarray` | a null pointer |
15
- | `parray` | a null pointer |
16
-