From Jason Turner

[basic.ios.copyfmt]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpvwdnjs1s/{from.md → to.md} +14 -0
tmp/tmpvwdnjs1s/{from.md → to.md} RENAMED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ **Table: `basic_ios::copyfmt()` effects** <a id="basic.ios.copyfmt">[basic.ios.copyfmt]</a>
2
+
3
+ | Element | Value |
4
+ | -------------- | ------------------ |
5
+ | `rdbuf()` | unchanged |
6
+ | `tie()` | `rhs.tie()` |
7
+ | `rdstate()` | unchanged |
8
+ | `exceptions()` | `rhs.exceptions()` |
9
+ | `flags()` | `rhs.flags()` |
10
+ | `width()` | `rhs.width()` |
11
+ | `precision()` | `rhs.precision()` |
12
+ | `fill()` | `rhs.fill()` |
13
+ | `getloc()` | `rhs.getloc()` |
14
+