From Jason Turner

[tab:strings.op=]

Diff to HTML by rtfpessoa

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