Skip to content

Commit e9e4cf6

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 2138974 commit e9e4cf6

File tree

7 files changed

+177
-186
lines changed

7 files changed

+177
-186
lines changed

reference/cfloat/decimal_dig.html

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

205205
<p class="text-right"><small>
206206
最終更新日時(UTC):
207-
<span itemprop="datePublished" content="2025-07-13T04:07:37">
208-
2025年07月13日 04時07分37秒
207+
<span itemprop="datePublished" content="2025-08-19T11:48:46">
208+
2025年08月19日 11時48分46秒
209209
</span>
210210
<br/>
211211
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
212-
<span itemprop="name">Koichi Murase</span>
212+
<span itemprop="name">Raclamusi</span>
213213
</span>
214214
が更新
215215
</small></p>
@@ -254,7 +254,7 @@ <h2>備考</h2>
254254
<li><code>DECIMAL_DIG</code> は DECIMAL DIGits(decimal:10進数、digit:桁)に由来する。</li>
255255
<li>各型毎の桁数を示すマクロも定義されている<ul>
256256
<li><code><a href="dbl_decimal_dig.html">DBL_DECIMAL_DIG</a></code></li>
257-
<li><code><a href="flt_decimal_dig.html">FLT_DECILAL_DIG</a></code></li>
257+
<li><code><a href="flt_decimal_dig.html">FLT_DECIMAL_DIG</a></code></li>
258258
<li><code><a href="ldbl_decimal_dig.html">LDBL_DECIMAL_DIG</a></code></li>
259259
</ul>
260260
</li>

reference/chrono/make24.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ <h2>例</h2>
239239
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">12h</a></span><span class="p">,</span> <span class="nb">false</span><span class="p">)</span> <span class="o">==</span> <span class="n"><a href="duration/op_h.html">0h</a></span><span class="p">);</span>
240240

241241
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">12h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="n"><a href="duration/op_h.html">12h</a></span><span class="p">);</span>
242-
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">1h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="mi">1</span><span class="n"><a href="duration/op_h.html">3h</a></span><span class="p">);</span>
242+
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">1h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="mi">1u</span><span class="n">mmHSMHIqUkmJhKHyNlktBfyOGKbvqDQ</span><span class="p">);</span>
243243
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">3h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="n"><a href="duration/op_h.html">15h</a></span><span class="p">);</span>
244244
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">11h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="n"><a href="duration/op_h.html">23h</a></span><span class="p">);</span>
245245
<span class="p">}</span>

reference/execution/execution/into_variant.html

Lines changed: 5 additions & 5 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-31T13:41:23">
204-
2025年07月31日 13時41分23秒
203+
<span itemprop="datePublished" content="2025-08-19T11:49:01">
204+
2025年08月19日 11時49分01秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
208-
<span itemprop="name">yoh</span>
208+
<span itemprop="name">Raclamusi</span>
209209
</span>
210210
が更新
211211
</small></p>
@@ -253,7 +253,7 @@ <h3>Senderアルゴリズムタグ <code>into_variant</code></h3>
253253
</p>
254254
<p><code>impls-for&lt;into_variant_t&gt;::get-state</code>メンバは、下記ラムダ式と等価な関数呼び出し可能なオブジェクトで初期化される。</p>
255255
<ul>
256-
<li><a href="sender.html">Sender</a><a href="value_types_of_t.html">値完了シグネチャを集約</a>した<code><a href="../../variant/variant.html">variant</a>&lt;<a href="../../variant/variant.html">tuple</a>&lt;...&gt;, ...&gt;</code>型を<code><a href="../../type_traits/type_identity.html">type_identity</a></code>クラステンプレートのパラメータに格納して返す。</li>
256+
<li><a href="sender.html">Sender</a><a href="value_types_of_t.html">値完了シグネチャを集約</a>した<code><a href="../../variant/variant.html">variant</a>&lt;<a href="../../tuple/tuple.html">tuple</a>&lt;...&gt;, ...&gt;</code>型を<code><a href="../../type_traits/type_identity.html">type_identity</a></code>クラステンプレートのパラメータに格納して返す。</li>
257257
</ul>
258258
<p><div class="codehilite"><pre><span></span><code><span class="p">[]</span><span class="o">&lt;</span><span class="k">class</span> <span class="nc">Sndr</span><span class="p">,</span> <span class="k">class</span> <span class="nc">Rcvr</span><span class="o">&gt;</span><span class="p">(</span><span class="n">Sndr</span><span class="o">&amp;&amp;</span> <span class="n">sndr</span><span class="p">,</span> <span class="n">Rcvr</span><span class="o">&amp;</span> <span class="n">rcvr</span><span class="p">)</span> <span class="k">noexcept</span>
259259
<span class="o">-&gt;</span> <span class="n"><a href="../../type_traits/type_identity.html">type_identity</a></span><span class="o">&lt;</span><span class="n"><a href="value_types_of_t.html">value_types_of_t</a></span><span class="o">&lt;</span><span class="n"><a href="child-type.html">child-type</a></span><span class="o">&lt;</span><span class="n">Sndr</span><span class="o">&gt;</span><span class="p">,</span> <span class="n"><a href="../forwarding_query.html">FWD-ENV-T</a></span><span class="p">(</span><span class="n"><a href="env_of_t.html">env_of_t</a></span><span class="o">&lt;</span><span class="n">Rcvr</span><span class="o">&gt;</span><span class="p">)</span><span class="o">&gt;&gt;</span> <span class="p">{</span>
@@ -263,7 +263,7 @@ <h3>Senderアルゴリズムタグ <code>into_variant</code></h3>
263263
</p>
264264
<p><code>impls-for&lt;into_variant_t&gt;::complete</code>メンバは、下記ラムダ式と等価な関数呼び出し可能なオブジェクトで初期化される。</p>
265265
<ul>
266-
<li><code>State</code>として渡される前述<code>get-state</code>メンバ<a class="cpprefjp-defined-word" data-desc="関数呼び出し式の評価結果となるオブジェクト・値">戻り値</a>型(<code><a href="../../type_traits/type_identity.html">type_identity</a></code>)から、<code>into_varinat</code>の送信値となる<code><a href="../../variant/variant.html">variant</a>&lt;<a href="../../variant/variant.html">tuple</a>&lt;...&gt;, ...&gt;</code>型情報を取り出す。</li>
266+
<li><code>State</code>として渡される前述<code>get-state</code>メンバ<a class="cpprefjp-defined-word" data-desc="関数呼び出し式の評価結果となるオブジェクト・値">戻り値</a>型(<code><a href="../../type_traits/type_identity.html">type_identity</a></code>)から、<code>into_varinat</code>の送信値となる<code><a href="../../variant/variant.html">variant</a>&lt;<a href="../../tuple/tuple.html">tuple</a>&lt;...&gt;, ...&gt;</code>型情報を取り出す。</li>
267267
<li><a href="set_value.html">値完了</a>の場合、引数パック<code>args...</code>から送信値を構築して接続先<a href="receiver.html">Receiver</a><a href="set_value.html">値完了関数</a>を呼び出す。</li>
268268
<li><a href="set_error.html">エラー完了</a>または<a href="set_stopped.html">停止完了</a>の場合、接続先<a href="receiver.html">Receiver</a>の同種完了関数に全引数を転送する。</li>
269269
</ul>

reference/mdspan/AccessorPolicy.html

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

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2024-12-20T08:46:04">
192-
2024年12月20日 08時46分04秒
191+
<span itemprop="datePublished" content="2025-08-19T11:49:01">
192+
2025年08月19日 11時49分01秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">yoh</span>
196+
<span itemprop="name">Raclamusi</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -219,7 +219,7 @@ <h2>要件</h2>
219219
<p>AccessorPolicyを満たす型<code>A</code></p>
220220
<ul>
221221
<li><code>A</code><code><a href="../concepts/copyable.html">copyable</a></code>のモデルであり、かつ</li>
222-
<li><code><a href="../type_traits/is_nothrow_constructible.html">is_nothrow_move_constructible_v</a>&lt;A&gt;</code><code>true</code>であり、かつ</li>
222+
<li><code><a href="../type_traits/is_nothrow_move_constructible.html">is_nothrow_move_constructible_v</a>&lt;A&gt;</code><code>true</code>であり、かつ</li>
223223
<li><code><a href="../type_traits/is_nothrow_move_assignable.html">is_nothrow_move_assignable_v</a>&lt;A&gt;</code><code>true</code>であり、かつ</li>
224224
<li><code><a href="../type_traits/is_nothrow_swappable.html">is_nothrow_swappable_v</a>&lt;A&gt;</code><code>true</code>であること</li>
225225
</ul>

reference/mdspan/LayoutMapping.html

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

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2024-12-20T08:46:04">
192-
2024年12月20日 08時46分04秒
191+
<span itemprop="datePublished" content="2025-08-19T11:49:01">
192+
2025年08月19日 11時49分01秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">yoh</span>
196+
<span itemprop="name">Raclamusi</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -253,7 +253,7 @@ <h2>要件</h2>
253253
<p>LayoutMappingを満たす型<code>M</code></p>
254254
<ul>
255255
<li><code>M</code><code><a href="../concepts/copyable.html">copyable</a></code>および<code><a href="../concepts/equality_comparable.html">equality_comparable</a></code>のモデルであり、かつ</li>
256-
<li><code><a href="../type_traits/is_nothrow_constructible.html">is_nothrow_move_constructible_v</a>&lt;M&gt;</code><code>true</code>であり、かつ</li>
256+
<li><code><a href="../type_traits/is_nothrow_move_constructible.html">is_nothrow_move_constructible_v</a>&lt;M&gt;</code><code>true</code>であり、かつ</li>
257257
<li><code><a href="../type_traits/is_nothrow_move_assignable.html">is_nothrow_move_assignable_v</a>&lt;M&gt;</code><code>true</code>であり、かつ</li>
258258
<li><code><a href="../type_traits/is_nothrow_swappable.html">is_nothrow_swappable_v</a>&lt;M&gt;</code><code>true</code>であること</li>
259259
</ul>

0 commit comments

Comments
 (0)