tmp/tmpeyv_w124/{from.md → to.md}
RENAMED
|
@@ -18,11 +18,11 @@ constexpr const_iterator begin() const noexcept;
|
|
| 18 |
constexpr const_iterator cbegin() const noexcept;
|
| 19 |
```
|
| 20 |
|
| 21 |
*Returns:* An iterator such that
|
| 22 |
|
| 23 |
-
- if `!empty()`, `addressof(*begin()) == data_`,
|
| 24 |
- otherwise, an unspecified value such that \[`begin()`, `end()`) is a
|
| 25 |
valid range.
|
| 26 |
|
| 27 |
``` cpp
|
| 28 |
constexpr const_iterator end() const noexcept;
|
|
|
|
| 18 |
constexpr const_iterator cbegin() const noexcept;
|
| 19 |
```
|
| 20 |
|
| 21 |
*Returns:* An iterator such that
|
| 22 |
|
| 23 |
+
- if `!empty()`, `addressof(*begin()) == `*`data_`*,
|
| 24 |
- otherwise, an unspecified value such that \[`begin()`, `end()`) is a
|
| 25 |
valid range.
|
| 26 |
|
| 27 |
``` cpp
|
| 28 |
constexpr const_iterator end() const noexcept;
|