From Jason Turner

[tab:strings.op=rv]

Diff to HTML by rtfpessoa

tmp/tmpi5qzqcim/{from.md → to.md} RENAMED
@@ -1,6 +1,6 @@
1
- **Table: `operator=(const basic_string<charT, traits, Allocator>&&)` effects** <a id="tab:strings.op=rv">[tab:strings.op=rv]</a>
2
 
3
  | Element | Value |
4
  | ------------ | ---------------------------------------------------------------------- |
5
  | `data()` | points at the array whose first element was pointed at by `str.data()` |
6
  | `size()` | previous value of `str.size()` |
 
1
+ **Table: `operator=(basic_string&&)` effects** <a id="tab:strings.op=rv">[tab:strings.op=rv]</a>
2
 
3
  | Element | Value |
4
  | ------------ | ---------------------------------------------------------------------- |
5
  | `data()` | points at the array whose first element was pointed at by `str.data()` |
6
  | `size()` | previous value of `str.size()` |