22<feed xmlns =" http://www.w3.org/2005/Atom" >
33 <title >cpprefjp - C++日本語リファレンス</title >
44 <link href =" https://cpprefjp.github.io" />
5- <updated >2025-07-28T14:52:48.713362 </updated >
6- <id >4ffb4ee7-8b65-4c8b-8252-b3c3e8b92865 </id >
5+ <updated >2025-07-29T05:48:15.497707 </updated >
6+ <id >b1618714-8202-434e-947d-85906bf3699d </id >
77
88
9+ <entry >
10+ <title >single-sender-value-type -- インラインコードブロックの開き忘れ、閉じ忘れを修正</title >
11+ <link href =" https://cpprefjp.github.io/reference/execution/execution/single-sender-value-type.html" />
12+ <id >408e16d33104413f9c6e1cfacb79de4fc25e8d3e:reference/execution/execution/single-sender-value-type.md</id >
13+ <updated >2025-07-29T14:44:02+09:00</updated >
14+
15+ <summary type =" html" >< pre>< code> diff --git a/reference/execution/execution/single-sender-value-type.md b/reference/execution/execution/single-sender-value-type.md
16+ index dcbd67138..4dcf2637e 100644
17+ --- a/reference/execution/execution/single-sender-value-type.md
18+ +++ b/reference/execution/execution/single-sender-value-type.md
19+ @@ -16,7 +16,7 @@ using single-sender-value-type = see below; // exposition only
20+
21+ - [`value_types_of_t`](value_types_of_t.md)`& lt;Sndr, Env,` [`decay_t`](/reference/type_traits/decay.md)`,` [`type_identity_t`](/reference/type_traits/type_identity.md)`& gt;`が適格であるならば、その型。
22+ - そうではなく、[`value_types_of_t`](value_types_of_t.md)`& lt;Sndr, Env,` [`tuple`](/reference/tuple/tuple.md)`,` [`variant`](/reference/variant/variant.md)`& gt;`が`variant& lt;tuple& lt;& gt;& gt;`もしくは`variant& lt;& gt;`ならば、`void`型。
23+ -- [`value_types_of_t`](value_types_of_t.md)`& lt;Sndr, Env,` [`decayed-tuple`](decayed-tuple.md)`,` [`type_identity_t`](/reference/type_traits/type_identity.md)& gt;`が適格であるならば、その型。
24+ +- [`value_types_of_t`](value_types_of_t.md)`& lt;Sndr, Env,` [`decayed-tuple`](decayed-tuple.md)`,` [`type_identity_t`](/reference/type_traits/type_identity.md)`& gt;`が適格であるならば、その型。
25+ - そうでなければ、`single-sender-value-type& lt;Sndr, Env& gt;`は不適格。
26+
27+
28+ < /code>< /pre> </summary >
29+
30+ <author >
31+ <name >Raclamusi</name >
32+ 33+ </author >
34+ </entry >
35+
36+ <entry >
37+ <title >stdexcept -- インラインコードブロックの開き忘れ、閉じ忘れを修正</title >
38+ <link href =" https://cpprefjp.github.io/reference/stdexcept.html" />
39+ <id >408e16d33104413f9c6e1cfacb79de4fc25e8d3e:reference/stdexcept.md</id >
40+ <updated >2025-07-29T14:44:02+09:00</updated >
41+
42+ <summary type =" html" >< pre>< code> diff --git a/reference/stdexcept.md b/reference/stdexcept.md
43+ index 5c95958c8..2074a51a5 100644
44+ --- a/reference/stdexcept.md
45+ +++ b/reference/stdexcept.md
46+ @@ -44,7 +44,7 @@
47+
48+ | 名前 | 説明 | 対応バージョン |
49+ |--------------------|--------------------------------------------|-------|
50+ -| `explicit T(const` [`string`](/reference/string/basic_string.md)`& amp; what_arg); // C++03`& lt;br/& gt; `constexpr explicit T(const` [`string`](/reference/string/basic_string.md)`& amp; what_arg); // C++26 | 指定したメッセージを持つ例外オブジェクトを生成する | |
51+ +| `explicit T(const` [`string`](/reference/string/basic_string.md)`& amp; what_arg); // C++03`& lt;br/& gt; `constexpr explicit T(const` [`string`](/reference/string/basic_string.md)`& amp; what_arg); // C++26` | 指定したメッセージを持つ例外オブジェクトを生成する | |
52+ | `explicit T(const char* what_arg); // C++11`& lt;br/& gt; `constexpr explicit T(const char* what_arg); // C++26` | 指定したメッセージを持つ例外オブジェクトを生成する | C++11 |
53+ | `virtual const char* what() const noexcept; // C++03`& lt;br/& gt; `constexpr virtual const char* what() const noexcept; // C++26` | メッセージを取得する | |
54+
55+ < /code>< /pre> </summary >
56+
57+ <author >
58+ <name >Raclamusi</name >
59+ 60+ </author >
61+ </entry >
62+
963 <entry >
1064 <title >はじめてのコントリビュート -- Merge pull request #1478 from cpprefjp/primary_check</title >
1165 <link href =" https://cpprefjp.github.io/start_editing.html" />
@@ -611,58 +665,4 @@ index 88285aba6..9b8c8cf09 100644
611665 </author >
612666 </entry >
613667
614- <entry >
615- <title >swap -- node_handle : リンクミスを修正</title >
616- <link href =" https://cpprefjp.github.io/reference/node_handle/node_handle/swap.html" />
617- <id >4b0e7ea7c835aefe4e7bc318783691ed1d366242:reference/node_handle/node_handle/swap.md</id >
618- <updated >2025-07-22T18:39:16+09:00</updated >
619-
620- <summary type =" html" >< pre>< code> diff --git a/reference/node_handle/node_handle/swap.md b/reference/node_handle/node_handle/swap.md
621- index c3f3741ac..a2ba4f1dc 100644
622- --- a/reference/node_handle/node_handle/swap.md
623- +++ b/reference/node_handle/node_handle/swap.md
624- @@ -64,7 +64,7 @@ int main()
625- }
626- ```
627- * swap[color ff0000]
628- -* extract[link reference/map/map/extract.md.nolink]
629- +* extract[link /reference/map/map/extract.md]
630- * key[link key.md]
631- * mapped[link mapped.md]
632-
633- < /code>< /pre> </summary >
634-
635- <author >
636- <name >Akira Takahashi</name >
637- 638- </author >
639- </entry >
640-
641- <entry >
642- <title >swap (非メンバ関数) -- node_handle : リンクミスを修正</title >
643- <link href =" https://cpprefjp.github.io/reference/node_handle/node_handle/swap_free.html" />
644- <id >4b0e7ea7c835aefe4e7bc318783691ed1d366242:reference/node_handle/node_handle/swap_free.md</id >
645- <updated >2025-07-22T18:39:16+09:00</updated >
646-
647- <summary type =" html" >< pre>< code> diff --git a/reference/node_handle/node_handle/swap_free.md b/reference/node_handle/node_handle/swap_free.md
648- index 676ddfe2b..919a7f31a 100644
649- --- a/reference/node_handle/node_handle/swap_free.md
650- +++ b/reference/node_handle/node_handle/swap_free.md
651- @@ -52,7 +52,7 @@ int main()
652- }
653- ```
654- * std::swap[color ff0000]
655- -* extract[link reference/map/map/extract.md.nolink]
656- +* extract[link /reference/map/map/extract.md]
657- * key[link key.md]
658- * mapped[link mapped.md]
659-
660- < /code>< /pre> </summary >
661-
662- <author >
663- <name >Akira Takahashi</name >
664- 665- </author >
666- </entry >
667-
668668</feed >
0 commit comments