tmp/tmpgru85bxz/{from.md → to.md}
RENAMED
|
@@ -56,19 +56,19 @@ const_iterator erase_after(const_iterator p);
|
|
| 56 |
|
| 57 |
*Preconditions:* The iterator following `p` is dereferenceable.
|
| 58 |
|
| 59 |
*Effects:* Erases the `tzdb` referred to by the iterator following `p`.
|
| 60 |
|
| 61 |
-
*Returns:* An iterator pointing to the element following the one that
|
| 62 |
-
was erased, or `end()` if no such element exists.
|
| 63 |
-
|
| 64 |
*Ensures:* No pointers, references, or iterators are invalidated except
|
| 65 |
those referring to the erased `tzdb`.
|
| 66 |
|
| 67 |
[*Note 2*: It is not possible to erase the `tzdb` referred to by
|
| 68 |
`begin()`. — *end note*]
|
| 69 |
|
|
|
|
|
|
|
|
|
|
| 70 |
*Throws:* Nothing.
|
| 71 |
|
| 72 |
``` cpp
|
| 73 |
const_iterator begin() const noexcept;
|
| 74 |
```
|
|
|
|
| 56 |
|
| 57 |
*Preconditions:* The iterator following `p` is dereferenceable.
|
| 58 |
|
| 59 |
*Effects:* Erases the `tzdb` referred to by the iterator following `p`.
|
| 60 |
|
|
|
|
|
|
|
|
|
|
| 61 |
*Ensures:* No pointers, references, or iterators are invalidated except
|
| 62 |
those referring to the erased `tzdb`.
|
| 63 |
|
| 64 |
[*Note 2*: It is not possible to erase the `tzdb` referred to by
|
| 65 |
`begin()`. — *end note*]
|
| 66 |
|
| 67 |
+
*Returns:* An iterator pointing to the element following the one that
|
| 68 |
+
was erased, or `end()` if no such element exists.
|
| 69 |
+
|
| 70 |
*Throws:* Nothing.
|
| 71 |
|
| 72 |
``` cpp
|
| 73 |
const_iterator begin() const noexcept;
|
| 74 |
```
|