|
28 | 28 | <meta property="og:url" content="https://cpprefjp.github.io/reference/set/multiset/merge.html" />
|
29 | 29 | <meta property="og:site_name" content="cpprefjp - C++日本語リファレンス" />
|
30 | 30 | <meta property="og:type" content="article" />
|
31 |
| - <meta property="og:description" content="引数 `source` 内の各要素を抽出し、`*this` の比較オブジェクトを使用して `*this` への挿入を試みる。 " /> |
| 31 | + <meta property="og:description" content="引数 `source` 内の各要素を抽出し、`*this` の比較オブジェクトを使用して `*this` へ挿入する。 " /> |
32 | 32 | <meta name="twitter:card" content="summary" />
|
33 | 33 | <meta name="twitter:title" content="multiset::merge - cpprefjp C++日本語リファレンス" />
|
34 | 34 | <meta name="twitter:url" content="https://cpprefjp.github.io/reference/set/multiset/merge.html" />
|
35 |
| - <meta name="twitter:description" content="引数 `source` 内の各要素を抽出し、`*this` の比較オブジェクトを使用して `*this` への挿入を試みる。 " /> |
| 35 | + <meta name="twitter:description" content="引数 `source` 内の各要素を抽出し、`*this` の比較オブジェクトを使用して `*this` へ挿入する。 " /> |
36 | 36 |
|
37 | 37 |
|
38 | 38 | <link rel="alternate" type="application/atom+xml" title="Atom" href="https://cpprefjp.github.io/rss.xml" />
|
|
200 | 200 |
|
201 | 201 | <p class="text-right"><small>
|
202 | 202 | 最終更新日時(UTC):
|
203 |
| - <span itemprop="datePublished" content="2024-06-11T13:45:38"> |
204 |
| - 2024年06月11日 13時45分38秒 |
| 203 | + <span itemprop="datePublished" content="2024-08-06T08:39:27"> |
| 204 | + 2024年08月06日 08時39分27秒 |
205 | 205 | </span>
|
206 | 206 | <br/>
|
207 | 207 | <span itemprop="author" itemscope itemtype="http://schema.org/Person">
|
208 |
| - <span itemprop="name">Akira Takahashi</span> |
| 208 | + <span itemprop="name">Yuya Asano</span> |
209 | 209 | </span>
|
210 | 210 | が更新
|
211 | 211 | </small></p>
|
|
236 | 236 | </code></pre></div>
|
237 | 237 | </p>
|
238 | 238 | <h2>概要</h2>
|
239 |
| -<p>引数 <code>source</code> 内の各要素を抽出し、<code>*this</code> の比較オブジェクトを使用して <code>*this</code> への挿入を試みる。<br /> |
240 |
| -<code>source</code> の要素のキーと等価なキーの要素がある場合、その要素は <code>source</code> から抽出されない。<br /> |
| 239 | +<p>引数 <code>source</code> 内の各要素を抽出し、<code>*this</code> の比較オブジェクトを使用して <code>*this</code> へ挿入する。<br /> |
241 | 240 | また、この操作で要素はコピーもムーブもされない。</p>
|
242 | 241 | <h2>要件</h2>
|
243 | 242 | <p><code>source.get_allocator() == (*this).get_allocator()</code></p>
|
@@ -292,7 +291,7 @@ <h3>処理系</h3>
|
292 | 291 | <ul>
|
293 | 292 | <li><a href="../../../implementation.html#clang">Clang</a>: 8.0.0 <span aria-label="検証済" role="img" title="検証済">✅</span></li>
|
294 | 293 | <li><a href="../../../implementation.html#gcc">GCC</a>: 7.1.0 <span aria-label="検証済" role="img" title="検証済">✅</span></li>
|
295 |
| -<li><a href="../../../implementation.html#icc">ICC</a>: ??</li> |
| 294 | +<li><a href="../../../implementation.html#icc">ICC</a>: 2021.10.0 <span aria-label="検証済" role="img" title="検証済">✅</span></li> |
296 | 295 | <li><a href="../../../implementation.html#visual_cpp">Visual C++</a>: 2017 Update 5 <span aria-label="検証済" role="img" title="検証済">✅</span></li>
|
297 | 296 | </ul>
|
298 | 297 | <h2>参照</h2>
|
|
0 commit comments