From Jason Turner

[basic.ios.cons]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmp5klfgdxp/{from.md → to.md} +16 -0
tmp/tmp5klfgdxp/{from.md → to.md} RENAMED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ **Table: `basic_ios::init()` effects** <a id="basic.ios.cons">[basic.ios.cons]</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
+