|
2 | 2 | <feed xmlns="http://www.w3.org/2005/Atom">
|
3 | 3 | <title>cpprefjp - C++日本語リファレンス</title>
|
4 | 4 | <link href="https://cpprefjp.github.io" />
|
5 |
| - <updated>2025-04-05T04:10:55.229879</updated> |
6 |
| - <id>301947f6-4151-4b12-9471-f5ae910d7e67</id> |
| 5 | + <updated>2025-04-05T09:02:03.606927</updated> |
| 6 | + <id>6ce60dba-d374-4343-ae49-182b13d0ce85</id> |
7 | 7 |
|
8 | 8 |
|
| 9 | + <entry> |
| 10 | + <title>erase -- fix statement position</title> |
| 11 | + <link href="https://cpprefjp.github.io/reference/vector/vector/erase.html"/> |
| 12 | + <id>ba2b7c94d13ed76e045f28c4a6c8d87373ba7923:reference/vector/vector/erase.md</id> |
| 13 | + <updated>2025-04-05T17:55:42+09:00</updated> |
| 14 | + |
| 15 | + <summary type="html"><pre><code>diff --git a/reference/vector/vector/erase.md b/reference/vector/vector/erase.md |
| 16 | +index 30b9ce33d..6d4fe195c 100644 |
| 17 | +--- a/reference/vector/vector/erase.md |
| 18 | ++++ b/reference/vector/vector/erase.md |
| 19 | +@@ -32,11 +32,11 @@ constexpr iterator erase(const_iterator first, |
| 20 | + |
| 21 | + |
| 22 | + ## 戻り値 |
| 23 | +-削除された要素の次の要素を指すイテレータを返す。そのような要素が存在しない場合は、[`end()`](end.md)を返す。さらに、削除された要素以降の要素の数と同じ回数の`T`のムーブ代入演算子が呼ばれる。 |
| 24 | ++削除された要素の次の要素を指すイテレータを返す。そのような要素が存在しない場合は、[`end()`](end.md)を返す。 |
| 25 | + |
| 26 | + |
| 27 | + ## 計算量 |
| 28 | +-削除される要素の数と同じ回数の`T`のデストラクタが実行される。 |
| 29 | ++削除される要素の数と同じ回数の`T`のデストラクタが実行される。さらに、削除された要素以降の要素の数と同じ回数の`T`のムーブ代入演算子が呼ばれる。 |
| 30 | + |
| 31 | + |
| 32 | + ## 備考 |
| 33 | +</code></pre></summary> |
| 34 | + |
| 35 | + <author> |
| 36 | + <name>I</name> |
| 37 | + |
| 38 | + </author> |
| 39 | + </entry> |
| 40 | + |
9 | 41 | <entry>
|
10 | 42 | <title>文字列リテラルの文字エンコーディング失敗を不適格とする [P1854R4] -- C++26 「文字列リテラルの文字エンコーディング失敗を不適格とする」 : 例を見直し</title>
|
11 | 43 | <link href="https://cpprefjp.github.io/lang/cpp26/making_non-encodable_string_literals_ill-formed.html"/>
|
@@ -134,40 +166,6 @@ index 8ba431a17..0a5b33447 100644
|
134 | 166 | +- [ICC](/implementation.md#icc): ??
|
135 | 167 | +- [Visual C++](/implementation.md#visual_cpp): ??
|
136 | 168 |
|
137 |
| - ## 参照 |
138 |
| - - [P0202R3 Add Constexpr Modifiers to Functions in `&lt;algorithm&gt;` and `&lt;utility&gt;` Headers](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0202r3.html) |
139 |
| -</code></pre></summary> |
140 |
| - |
141 |
| - <author> |
142 |
| - <name>rotarymars</name> |
143 |
| - |
144 |
| - </author> |
145 |
| - </entry> |
146 |
| - |
147 |
| - <entry> |
148 |
| - <title>copy_backward -- Created version column for reference/algorithm/copy_backward.md</title> |
149 |
| - <link href="https://cpprefjp.github.io/reference/algorithm/copy_backward.html"/> |
150 |
| - <id>112bd2998b93300b9466ad4e43d237a52d8e2901:reference/algorithm/copy_backward.md</id> |
151 |
| - <updated>2025-04-04T22:43:37+09:00</updated> |
152 |
| - |
153 |
| - <summary type="html"><pre><code>diff --git a/reference/algorithm/copy_backward.md b/reference/algorithm/copy_backward.md |
154 |
| -index e28d07b41..81610824b 100644 |
155 |
| ---- a/reference/algorithm/copy_backward.md |
156 |
| -+++ b/reference/algorithm/copy_backward.md |
157 |
| -@@ -86,6 +86,15 @@ BidirectionalIterator2 copy_backward(BidirectionalIterator1 first, |
158 |
| - } |
159 |
| - ``` |
160 |
| - |
161 |
| -+## バージョン |
162 |
| -+### 言語 |
163 |
| -+ |
164 |
| -+### 処理系 |
165 |
| -+- [Clang](/implementation.md#clang): 14.0.6 [mark verified] |
166 |
| -+- [GCC](/implementation.md#gcc): 9.5.0 [mark verified] |
167 |
| -+- [ICC](/implementation.md#icc): ?? |
168 |
| -+- [Visual C++](/implementation.md#visual_cpp): ?? |
169 |
| -+ |
170 |
| - |
171 | 169 | ## 参照
|
172 | 170 | - [P0202R3 Add Constexpr Modifiers to Functions in `&lt;algorithm&gt;` and `&lt;utility&gt;` Headers](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0202r3.html)
|
173 | 171 | </code></pre></summary>
|
|
0 commit comments