Skip to content

Commit 478a1e7

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent dd1c518 commit 478a1e7

File tree

3 files changed

+33
-36
lines changed

3 files changed

+33
-36
lines changed

reference/stop_token/stop_source/op_constructor.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="2025-07-11T17:16:44">
204-
2025年07月11日 17時16分44秒
203+
<span itemprop="datePublished" content="2025-11-18T06:40:58">
204+
2025年11月18日 06時40分58秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
208-
<span itemprop="name">Koichi Murase</span>
208+
<span itemprop="name">Akira Takahashi</span>
209209
</span>
210210
が更新
211211
</small></p>
@@ -226,7 +226,7 @@
226226

227227
<div class="identifier-type">function</div><div class="header">&lt;stop_token&gt;</div><h1 itemprop="name"><span class="namespace" title="namespace std">std::</span><span class="class" title="class stop_source">stop_source::</span><span class="token">コンストラクタ</span><span class="cpp cpp20" title="C++20で追加">(C++20)</span></h1>
228228
<div itemprop="articleBody"><p><div class="codehilite"><pre><span></span><code><span class="n">stop_source</span><span class="p">();</span> <span class="c1">// (1)</span>
229-
<span class="k">explicit</span> <span class="nf">stop_source</span><span class="p">(</span><span class="n">nostopstate_t</span><span class="p">)</span> <span class="k">noexcept</span><span class="p">;</span> <span class="c1">// (2)</span>
229+
<span class="k">explicit</span> <span class="nf">stop_source</span><span class="p">(</span><span class="n"><a href="../nostopstate.html">nostopstate_t</a></span><span class="p">)</span> <span class="k">noexcept</span><span class="p">;</span> <span class="c1">// (2)</span>
230230
<span class="n">stop_source</span><span class="p">(</span><span class="k">const</span> <span class="n">stop_source</span><span class="o">&amp;</span> <span class="n">rhs</span><span class="p">)</span> <span class="k">noexcept</span><span class="p">;</span> <span class="c1">// (3)</span>
231231
<span class="n">stop_source</span><span class="p">(</span><span class="n">stop_source</span><span class="o">&amp;&amp;</span> <span class="n">rhs</span><span class="p">)</span> <span class="k">noexcept</span><span class="p">;</span> <span class="c1">// (4)</span>
232232
</code></pre></div>

rss.xml

Lines changed: 28 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,36 @@
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">&lt;pre&gt;&lt;code&gt;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;amp; rhs) noexcept; // (3)
21+
stop_source(stop_source&amp;amp;&amp;amp; rhs) noexcept; // (4)
22+
```
23+
+* nostopstate_t[link ../nostopstate.md]
24+
25+
## 概要
26+
- (1) : デフォルトコンストラクタ。停止状態を表すリソースを新たに確保して所有する。
27+
&lt;/code&gt;&lt;/pre&gt;</summary>
28+
29+
<author>
30+
<name>Akira Takahashi</name>
31+
<email>[email protected]</email>
32+
</author>
33+
</entry>
34+
935
<entry>
1036
<title>operator&lt;=&gt; -- fix typo of arguments name in std::optional::&lt;=&gt;</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">&lt;pre&gt;&lt;code&gt;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&amp;lt;I&amp;gt;`がプライマリテンプレートの特殊化となる場合、`ITER_TRAITS(I)`を`I`とする。それ以外の場合(`std::iterator_traits&amp;lt;I&amp;gt;`の特殊化が存在する場合)、`ITER_TRAITS(I)`を`std::iterator_traits&amp;lt;I&amp;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&amp;lt;I&amp;gt;`がプライマリテンプレートの特殊化となる場合、`ITER_CONCEPT(I)`は`random_access_iterator_tag`
1399-
4. 上記いずれにも当てはまらない場合、`ITER_CONCEPT(I)`は型名を示さない
1400-
1401-
&lt;/code&gt;&lt;/pre&gt;</summary>
1402-
1403-
<author>
1404-
<name>onihusube</name>
1405-
<email>[email protected]</email>
1406-
</author>
1407-
</entry>
1408-
14091406
</feed>

sitemap.xml

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

3681036810
<url>
3681136811
<loc>https://cpprefjp.github.io/reference/stop_token/stop_source/op_constructor.html</loc>
36812-
<lastmod>2025-10-04T19:13:40+09:00</lastmod>
36812+
<lastmod>2025-11-18T15:40:58+09:00</lastmod>
3681336813
<changefreq>daily</changefreq>
3681436814
<priority>0.6</priority>
3681536815
</url>

0 commit comments

Comments
 (0)