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" >< pre>< code> 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; rhs) noexcept(see below); // (1) C++20
20+ `basic_streambuf& lt;CharT, Traits& gt;::swap(rhs)`を呼び出し、`mode`と内部の文字列バッファを`rhs`と交換する。
21+
22+ ## 例外
23+ -- C++20 : `noexcept(see below)` の `see below` は以下と等価である `allocator_traits& lt;Allocator& gt;::propagate_on_container_swap::value || allocator_traits& lt;Allocator& gt;::is_always_equal::value`。
24+ +- C++20 : `noexcept(see below)` の `see below` は以下と等価である `allocator_traits& lt;Allocator& gt;::propagate_on_container_swap::value || allocator_traits& lt;Allocator& gt;::is_always_equal::value`。
25+
26+ ## 例
27+ ```cpp example
28+ < /code>< /pre> </summary >
29+
30+ <author >
31+ <name >Akira Takahashi</name >
32+ 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" >< pre>< code> 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- < /code>< /pre> </summary >
2246-
2247- <author >
2248- <name >rotarymars</name >
2249- 2250- </author >
2251- </entry >
2252-
22532253</feed >
0 commit comments