From Jason Turner

[iostream.assign]

Diff to HTML by rtfpessoa

tmp/tmpwbcjdqvp/{from.md → to.md} RENAMED
@@ -1,12 +1,12 @@
1
- ##### `basic_iostream` assign and swap <a id="iostream.assign">[[iostream.assign]]</a>
2
 
3
  ``` cpp
4
  basic_iostream& operator=(basic_iostream&& rhs);
5
  ```
6
 
7
- *Effects:* As if by `swap(rhs)`.
8
 
9
  ``` cpp
10
  void swap(basic_iostream& rhs);
11
  ```
12
 
 
1
+ ##### Assignment and swap <a id="iostream.assign">[[iostream.assign]]</a>
2
 
3
  ``` cpp
4
  basic_iostream& operator=(basic_iostream&& rhs);
5
  ```
6
 
7
+ *Effects:* Equivalent to: `swap(rhs)`.
8
 
9
  ``` cpp
10
  void swap(basic_iostream& rhs);
11
  ```
12