tmp/tmp2zqqf1_r/{from.md → to.md}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
#### Element access <a id="span.elem">[[span.elem]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
constexpr reference operator[](size_type idx) const;
|
| 5 |
```
|
| 6 |
|
|
@@ -26,7 +26,7 @@ constexpr reference back() const;
|
|
| 26 |
|
| 27 |
``` cpp
|
| 28 |
constexpr pointer data() const noexcept;
|
| 29 |
```
|
| 30 |
|
| 31 |
-
*Effects:* Equivalent to: `return data_;`
|
| 32 |
|
|
|
|
| 1 |
+
##### Element access <a id="span.elem">[[span.elem]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
constexpr reference operator[](size_type idx) const;
|
| 5 |
```
|
| 6 |
|
|
|
|
| 26 |
|
| 27 |
``` cpp
|
| 28 |
constexpr pointer data() const noexcept;
|
| 29 |
```
|
| 30 |
|
| 31 |
+
*Effects:* Equivalent to: `return `*`data_`*`;`
|
| 32 |
|