From Jason Turner

[tab:strings.ctr.cpy]

Diff to HTML by rtfpessoa

tmp/tmpbxq5di_4/{from.md → to.md} RENAMED
@@ -1,8 +0,0 @@
1
- **Table: `basic_string(const basic_string&)` effects** <a id="tab:strings.ctr.cpy">[tab:strings.ctr.cpy]</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()` |
7
- | `capacity()` | a value at least as large as `size()` |
8
-