From Jason Turner

[tab:strings.ctr.4]

Diff to HTML by rtfpessoa

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