22<feed xmlns =" http://www.w3.org/2005/Atom" >
33 <title >cpprefjp - C++日本語リファレンス</title >
44 <link href =" https://cpprefjp.github.io" />
5- <updated >2025-11-17T14:47:56.967916 </updated >
6- <id >c33efe43-d60e-467f-b6e1-92e8caf1c3a0 </id >
5+ <updated >2025-11-18T06:45:01.790010 </updated >
6+ <id >9be9a6b2-0833-46b5-b0eb-4582c3ad1abc </id >
77
88
9+ <entry >
10+ <title >コンストラクタ -- stop_sourceのコンストラクタ : コード修飾を追加</title >
11+ <link href =" https://cpprefjp.github.io/reference/stop_token/stop_source/op_constructor.html" />
12+ <id >8c34c7f0a4e98c1275327e31b9f7842bd44dadcf:reference/stop_token/stop_source/op_constructor.md</id >
13+ <updated >2025-11-18T15:40:58+09:00</updated >
14+
15+ <summary type =" html" >< pre>< code> diff --git a/reference/stop_token/stop_source/op_constructor.md b/reference/stop_token/stop_source/op_constructor.md
16+ index 967e74a91..d0286e3f1 100644
17+ --- a/reference/stop_token/stop_source/op_constructor.md
18+ +++ b/reference/stop_token/stop_source/op_constructor.md
19+ @@ -11,6 +11,7 @@ explicit stop_source(nostopstate_t) noexcept; // (2)
20+ stop_source(const stop_source& amp; rhs) noexcept; // (3)
21+ stop_source(stop_source& amp;& amp; rhs) noexcept; // (4)
22+ ```
23+ +* nostopstate_t[link ../nostopstate.md]
24+
25+ ## 概要
26+ - (1) : デフォルトコンストラクタ。停止状態を表すリソースを新たに確保して所有する。
27+ < /code>< /pre> </summary >
28+
29+ <author >
30+ <name >Akira Takahashi</name >
31+ 32+ </author >
33+ </entry >
34+
935 <entry >
1036 <title >operator< => -- fix typo of arguments name in std::optional::< => </title >
1137 <link href =" https://cpprefjp.github.io/reference/optional/optional/op_compare_3way.html" />
@@ -1377,33 +1403,4 @@ index 000000000..6f098e061
13771403 </author >
13781404 </entry >
13791405
1380- <entry >
1381- <title >input_iterator -- Fix typo in iterator traits documentation</title >
1382- <link href =" https://cpprefjp.github.io/reference/iterator/input_iterator.html" />
1383- <id >4aac573e0beb4f68b6ddbf142806a4e40e7a66ea:reference/iterator/input_iterator.md</id >
1384- <updated >2025-11-09T02:00:55+09:00</updated >
1385-
1386- <summary type =" html" >< pre>< code> diff --git a/reference/iterator/input_iterator.md b/reference/iterator/input_iterator.md
1387- index 25d12448c..fc2fc337d 100644
1388- --- a/reference/iterator/input_iterator.md
1389- +++ b/reference/iterator/input_iterator.md
1390- @@ -29,8 +29,8 @@ namespace std {
1391-
1392- 型`I`について、`std::iterator_traits& lt;I& gt;`がプライマリテンプレートの特殊化となる場合、`ITER_TRAITS(I)`を`I`とする。それ以外の場合(`std::iterator_traits& lt;I& gt;`の特殊化が存在する場合)、`ITER_TRAITS(I)`を`std::iterator_traits& lt;I& gt;`とする。
1393-
1394- -1. `ITER_TRAITS(I)::itertor_concept`が有効で型名を示す場合、`ITER_CONCEPT(I)`は`ITER_TRAITS(I)::itertor_concept`
1395- -2. `ITER_TRAITS(I)::itertor_category`が有効で型名を示す場合、`ITER_CONCEPT(I)`は`ITER_TRAITS(I)::itertor_category`
1396- +1. `ITER_TRAITS(I)::iterator_concept`が有効で型名を示す場合、`ITER_CONCEPT(I)`は`ITER_TRAITS(I)::iterator_concept`
1397- +2. `ITER_TRAITS(I)::iterator_category`が有効で型名を示す場合、`ITER_CONCEPT(I)`は`ITER_TRAITS(I)::iterator_category`
1398- 3. `std::iterator_traits& lt;I& gt;`がプライマリテンプレートの特殊化となる場合、`ITER_CONCEPT(I)`は`random_access_iterator_tag`
1399- 4. 上記いずれにも当てはまらない場合、`ITER_CONCEPT(I)`は型名を示さない
1400-
1401- < /code>< /pre> </summary >
1402-
1403- <author >
1404- <name >onihusube</name >
1405- 1406- </author >
1407- </entry >
1408-
14091406</feed >
0 commit comments