tmp/tmp8tu6873n/{from.md → to.md}
RENAMED
|
@@ -6,11 +6,11 @@ const charT* data() const noexcept;
|
|
| 6 |
```
|
| 7 |
|
| 8 |
*Returns:* A pointer `p` such that `p + i == &operator[](i)` for each
|
| 9 |
`i` in \[`0`, `size()`\].
|
| 10 |
|
| 11 |
-
*Complexity:*
|
| 12 |
|
| 13 |
*Requires:* The program shall not alter any of the values stored in the
|
| 14 |
character array.
|
| 15 |
|
| 16 |
``` cpp
|
|
|
|
| 6 |
```
|
| 7 |
|
| 8 |
*Returns:* A pointer `p` such that `p + i == &operator[](i)` for each
|
| 9 |
`i` in \[`0`, `size()`\].
|
| 10 |
|
| 11 |
+
*Complexity:* Constant time.
|
| 12 |
|
| 13 |
*Requires:* The program shall not alter any of the values stored in the
|
| 14 |
character array.
|
| 15 |
|
| 16 |
``` cpp
|