Skip to content

Commit d367d01

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent e9bc6d0 commit d367d01

File tree

3 files changed

+34
-34
lines changed

3 files changed

+34
-34
lines changed

reference/sstream/basic_stringbuf/swap.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,12 @@
200200

201201
<p class="text-right"><small>
202202
最終更新日時(UTC):
203-
<span itemprop="datePublished" content="2026-01-03T02:55:23">
204-
2026年01月03日 02時55分23秒
203+
<span itemprop="datePublished" content="2026-01-03T04:18:18">
204+
2026年01月03日 04時18分18秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
208-
<span itemprop="name">suomesta</span>
208+
<span itemprop="name">Akira Takahashi</span>
209209
</span>
210210
が更新
211211
</small></p>
@@ -236,7 +236,7 @@ <h2>効果</h2>
236236
<p><code>basic_streambuf&lt;CharT, Traits&gt;::swap(rhs)</code>を呼び出し、<code>mode</code>と内部の文字列バッファを<code>rhs</code>と交換する。</p>
237237
<h2><a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a></h2>
238238
<ul>
239-
<li>C++20 : <code>noexcept(see below)</code><code>see below</code> は以下と等価である <code>allocator_­traits&lt;Allocator&gt;​::​propagate_­on_­container_­swap​::​value || allocator_­traits&lt;Allocator&gt;​::​is_­always_­equal​::​value</code></li>
239+
<li>C++20 : <code>noexcept(see below)</code><code>see below</code> は以下と等価である <code>allocator_traits&lt;Allocator&gt;::propagate_on_container_swap::value || allocator_traits&lt;Allocator&gt;::is_always_equal::value</code></li>
240240
</ul>
241241
<h2></h2>
242242
<p><div class="yata" id="dc90a221c142440d0cf6356921987d4dded16d92"><div class="codehilite"><pre><span></span><code><span class="cp">#include</span> <span class="cpf"><a href="../../iostream.html">&lt;iostream&gt;</a></span><span class="cp"></span>

rss.xml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,37 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<title>cpprefjp - C++日本語リファレンス</title>
44
<link href="https://cpprefjp.github.io" />
5-
<updated>2026-01-03T03:05:19.805762</updated>
6-
<id>7eff886c-9e44-4b41-8fc5-5589fa04ad30</id>
5+
<updated>2026-01-03T04:22:17.731469</updated>
6+
<id>e17e1eba-2e26-4226-9231-62aaafff8f52</id>
77

88

9+
<entry>
10+
<title>swap -- 不可視文字を削除</title>
11+
<link href="https://cpprefjp.github.io/reference/sstream/basic_stringbuf/swap.html"/>
12+
<id>d4ed6170a071faa53cccf13b63790d96c68c5b25:reference/sstream/basic_stringbuf/swap.md</id>
13+
<updated>2026-01-03T13:18:18+09:00</updated>
14+
15+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/sstream/basic_stringbuf/swap.md b/reference/sstream/basic_stringbuf/swap.md
16+
index f5a1cf32b..4f77963ec 100644
17+
--- a/reference/sstream/basic_stringbuf/swap.md
18+
+++ b/reference/sstream/basic_stringbuf/swap.md
19+
@@ -18,7 +18,7 @@ void swap(basic_stringbuf&amp;amp; rhs) noexcept(see below); // (1) C++20
20+
`basic_streambuf&amp;lt;CharT, Traits&amp;gt;::swap(rhs)`を呼び出し、`mode`と内部の文字列バッファを`rhs`と交換する。
21+
22+
## 例外
23+
-- C++20 : `noexcept(see below)` の `see below` は以下と等価である `allocator_­traits&amp;lt;Allocator&amp;gt;​::​propagate_­on_­container_­swap​::​value || allocator_­traits&amp;lt;Allocator&amp;gt;​::​is_­always_­equal​::​value`。
24+
+- C++20 : `noexcept(see below)` の `see below` は以下と等価である `allocator_traits&amp;lt;Allocator&amp;gt;::propagate_on_container_swap::value || allocator_traits&amp;lt;Allocator&amp;gt;::is_always_equal::value`。
25+
26+
## 例
27+
```cpp example
28+
&lt;/code&gt;&lt;/pre&gt;</summary>
29+
30+
<author>
31+
<name>Akira Takahashi</name>
32+
<email>[email protected]</email>
33+
</author>
34+
</entry>
35+
936
<entry>
1037
<title>operator() -- change 出力 to 出力例</title>
1138
<link href="https://cpprefjp.github.io/reference/compare/compare_three_way/op_call.html"/>
@@ -2223,31 +2250,4 @@ index 33d7e8605..05db2b5d7 100644
22232250
</author>
22242251
</entry>
22252252

2226-
<entry>
2227-
<title>assertion_kind -- fixing enum</title>
2228-
<link href="https://cpprefjp.github.io/reference/contracts/assertion_kind.html"/>
2229-
<id>7f5682bb2ac39df43c03ba57243b70f2c499ecdd:reference/contracts/assertion_kind.md</id>
2230-
<updated>2025-12-26T18:09:53+09:00</updated>
2231-
2232-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/contracts/assertion_kind.md b/reference/contracts/assertion_kind.md
2233-
index 0b0d620bf..db9485d85 100644
2234-
--- a/reference/contracts/assertion_kind.md
2235-
+++ b/reference/contracts/assertion_kind.md
2236-
@@ -9,7 +9,7 @@ namespace std::contracts {
2237-
enum class assertion_kind : unspecified {
2238-
pre = 1,
2239-
post = 2,
2240-
- assertion = 3
2241-
+ assert = 3
2242-
};
2243-
}
2244-
```
2245-
&lt;/code&gt;&lt;/pre&gt;</summary>
2246-
2247-
<author>
2248-
<name>rotarymars</name>
2249-
<email>[email protected]</email>
2250-
</author>
2251-
</entry>
2252-
22532253
</feed>

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27681,7 +27681,7 @@
2768127681

2768227682
<url>
2768327683
<loc>https://cpprefjp.github.io/reference/sstream/basic_stringbuf/swap.html</loc>
27684-
<lastmod>2026-01-03T11:55:23+09:00</lastmod>
27684+
<lastmod>2026-01-03T13:18:18+09:00</lastmod>
2768527685
<changefreq>daily</changefreq>
2768627686
<priority>0.6</priority>
2768727687
</url>

0 commit comments

Comments
 (0)