From Jason Turner

[ostream.assign]

Diff to HTML by rtfpessoa

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