From Jason Turner

[tab:strings.ctr.2]

Diff to HTML by rtfpessoa

tmp/tmp6njr6jc2/{from.md → to.md} RENAMED
@@ -1,8 +0,0 @@
1
- **Table: `basic_string(const basic_string&, size_type, size_type, const Allocator&)` effects** <a id="tab:strings.ctr.2">[tab:strings.ctr.2]</a>
2
-
3
- | Element | Value |
4
- | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------- |
5
- | `data()` | points at the first element of an allocated copy of `rlen` consecutive elements of the string controlled by `str` beginning at position `pos` |
6
- | `size()` | `rlen` |
7
- | `capacity()` | a value at least as large as `size()` |
8
-